Skip to content

Commit 0d2f4a0

Browse files
committed
fix(schema): remove flat from generate command
1 parent a9c03b6 commit 0d2f4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typeorm": "typeorm-ts-node-esm",
2020
"migration:generate": "yarn run typeorm migration:generate -d ormconfig.ts",
2121
"migration:create": "yarn run typeorm migration:create -d ormconfig.ts",
22-
"generate": "nest g -c awesome-nestjs-schematics --no-spec --flat",
22+
"generate": "nest g -c awesome-nestjs-schematics --no-spec",
2323
"g": "yarn generate",
2424
"migration:revert": "yarn run typeorm migration:revert",
2525
"schema:drop": "yarn run typeorm schema:drop",

0 commit comments

Comments
 (0)