chore: added global lint and test commands to backend package (#81)

* chore: added global lint and test commands to backend package

* chore: removed lint command from root scope execution
This commit is contained in:
Balu Babu
2023-04-10 12:25:45 +05:30
committed by GitHub
parent 8e25598a78
commit 4ce9e67460
7 changed files with 11 additions and 16 deletions

View File

@@ -1,9 +1,4 @@
import {
ObjectType,
ID,
Field,
registerEnumType,
} from '@nestjs/graphql';
import { ObjectType, ID, Field, registerEnumType } from '@nestjs/graphql';
@ObjectType()
export class User {