Skip to content

Commit

Permalink
chore: update nx to v20.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Jan 9, 2025
1 parent c91a7bc commit 406b2bd
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 35,682 deletions.
65 changes: 37 additions & 28 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
{
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
},
"defaultProject": "demo",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [
"{workspaceRoot}/nx.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json"
],
"production": [
"default"
]
},
"targetDefaults": {
"build": {
"inputs": [
"default"
],
"cache": true
},
"defaultProject": "demo",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/nx.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json"
],
"production": ["default"]
"test": {
"inputs": [
"default"
],
"cache": true
},
"targetDefaults": {
"build": {
"inputs": ["default"],
"cache": true
},
"test": {
"inputs": ["default"],
"cache": true
},
"lint": {
"cache": true
}
},
"defaultBase": "origin/main",
"useLegacyCache": true
"lint": {
"cache": true
}
},
"defaultBase": "origin/main",
"useLegacyCache": true
}
Loading

0 comments on commit 406b2bd

Please sign in to comment.