fix: setup script to build only what's necessary

This commit is contained in:
Nathan Walker
2022-02-17 19:17:58 -08:00
parent 6b41268a08
commit b05650c416

12
nx.json
View File

@@ -6,23 +6,11 @@
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*",
".eslintrc.json": "*"
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"cli": {
"defaultCollection": "@nrwl/workspace"
},