chore: Move from lerna to nx
This commit is contained in:
parent
3378fca793
commit
b34435e7b4
1 changed files with 28 additions and 5 deletions
33
nx.json
33
nx.json
|
@ -3,20 +3,43 @@
|
||||||
"default": {
|
"default": {
|
||||||
"runner": "nx/tasks-runners/default",
|
"runner": "nx/tasks-runners/default",
|
||||||
"options": {
|
"options": {
|
||||||
"cacheableOperations": ["build", "wbuild", "build:all"],
|
"cacheableOperations": [
|
||||||
|
"build",
|
||||||
|
"wbuild",
|
||||||
|
"build:all"
|
||||||
|
],
|
||||||
"parallel": 5
|
"parallel": 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"targetDefaults": {
|
"targetDefaults": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build", "prebuild"]
|
"dependsOn": [
|
||||||
|
"^build",
|
||||||
|
"prebuild"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"wbuild": {
|
"wbuild": {
|
||||||
"dependsOn": ["^wbuild", "prewbuild"]
|
"dependsOn": [
|
||||||
|
"^wbuild",
|
||||||
|
"prewbuild"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"e2e": {
|
"e2e": {
|
||||||
"dependsOn": ["prebuild"]
|
"dependsOn": [
|
||||||
|
"prebuild"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||||
|
"defaultBase": "main",
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"plugin": "@nx/eslint/plugin",
|
||||||
|
"options": {
|
||||||
|
"targetName": "eslint:lint"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"nxCloudId": "67582a7f5f5bd66e08aff696"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue