fix(nx): add @nrwl/workspace to the packageGroup list

This commit is contained in:
Victor Savkin 2019-07-15 06:06:40 -04:00
parent 4f7ec84741
commit d0bdb75253

View File

@ -31,6 +31,7 @@
"requirements": {}, "requirements": {},
"migrations": "./migrations.json", "migrations": "./migrations.json",
"packageGroup": [ "packageGroup": [
"@nrwl/workspace",
"@nrwl/angular", "@nrwl/angular",
"@nrwl/cypress", "@nrwl/cypress",
"@nrwl/express", "@nrwl/express",