mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
build: fix nx.json
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user