feat(nest): extend @nestjs/schematics in @nrwl/nest (#2756)

This commit is contained in:
Jay Bell 2020-04-16 11:59:33 -07:00 committed by GitHub
parent 3bdcc0b012
commit 9916b272c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "nx/nest",
"version": "0.1",
"extends": ["@nrwl/workspace"],
"extends": ["@nestjs/schematics", "@nrwl/workspace"],
"schematics": {
"init": {
"factory": "./src/schematics/init/init",

View File

@ -29,7 +29,8 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"@nrwl/workspace": "*"
"@nrwl/workspace": "*",
"@nestjs/schematics": "^6.3.0"
},
"dependencies": {
"@nrwl/node": "*",