build: fix nx.json

This commit is contained in:
himself65
2023-06-12 12:05:00 +08:00
parent eeb536d460
commit ccda45bdd2
+6 -10
View File
@@ -12,17 +12,13 @@
"affected": { "affected": {
"defaultBase": "master" "defaultBase": "master"
}, },
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.json": "*",
"nx.json": "*"
},
"namedInputs": { "namedInputs": {
"default": ["{projectRoot}/**/*"], "default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": ["!{projectRoot}/**/*.spec.tsx"] "sharedGlobals": [
"{workspaceRoot}/tsconfig.json",
"{workspaceRoot}/nx.json"
],
"production": ["default"]
}, },
"targetDefaults": { "targetDefaults": {
"build": { "build": {