Skip to content

Commit

Permalink
chore: update nx to v20.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Oct 16, 2024
1 parent 16a69cd commit 81e42b5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 41,903 deletions.
61 changes: 35 additions & 26 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultProject": "editor-demo",
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultProject": "editor-demo",
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [
"{workspaceRoot}/angular.json",
"{workspaceRoot}/nx.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json"
],
"production": [
"default"
]
},
"targetDefaults": {
"build": {
"inputs": [
"production",
"^production"
],
"cache": true
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/angular.json",
"{workspaceRoot}/nx.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json"
],
"production": ["default"]
},
"targetDefaults": {
"build": {
"inputs": ["production", "^production"],
"cache": true
},
"test": {
"cache": true
}
},
"parallel": 1,
"defaultBase": "origin/main"
"test": {
"cache": true
}
},
"parallel": 1,
"defaultBase": "origin/main",
"useLegacyCache": true
}
Loading

0 comments on commit 81e42b5

Please sign in to comment.