chore(nx): run nx repair to update config

This commit is contained in:
Jack Westbrook
2025-03-03 11:52:50 +01:00
parent c0211b88b2
commit 84ed75a4d8
2 changed files with 8 additions and 9 deletions
+3
View File
@@ -33,3 +33,6 @@ public/mockServiceWorker.js
# Crowdin files
public/locales/**/*.json
/.nx/cache
/.nx/workspace-data
+5 -9
View File
@@ -1,16 +1,9 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "generate"]
}
}
},
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"]
"outputs": ["{projectRoot}/dist"],
"cache": true
},
"pack": {
"executor": "nx:run-commands",
@@ -18,6 +11,9 @@
"command": "yarn pack --out \"../../npm-artifacts/%s-%v.tgz\"",
"cwd": "{projectRoot}"
}
},
"generate": {
"cache": true
}
},
"release": {