Skip to content

Commit

Permalink
chore: update taiga-ui config-tools to v0.229.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Nov 2, 2024
1 parent 16a69cd commit f543df4
Show file tree
Hide file tree
Showing 3 changed files with 2,869 additions and 4,977 deletions.
27 changes: 2 additions & 25 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
{
"$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
},
"test": {
"cache": true
}
},
"parallel": 1,
"defaultBase": "origin/main"
"defaultBase": "origin/main",
"parallel": 1
}
Loading

0 comments on commit f543df4

Please sign in to comment.