Skip to content

Commit

Permalink
chore(nx): upgrade nx@20 (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: felipefialho <[email protected]>
  • Loading branch information
igorwessel and felipefialho authored Dec 10, 2024
1 parent fd00856 commit 077fe04
Show file tree
Hide file tree
Showing 4 changed files with 5,108 additions and 3,409 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

vite.config.*.timestamp*
18 changes: 15 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,29 @@
"workspaceLayout": {
"libsDir": "packages"
},
"extends": "@nrwl/workspace/presets/core.json",
"extends": "nx/presets/core.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "@juntossomosmais",
"defaultBase": "main",
"cli": {
"defaultCollection": "nx"
},
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/package.json",
"{workspaceRoot}/.eslintrc.js",
"{workspaceRoot}/tsconfig.base.json",
"{workspaceRoot}/nx.json"
],
"default": ["sharedGlobals"]
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test"]
}
}
},
"release": {
"version": {
"preVersionCommand": "npx nx run-many -t build"
Expand All @@ -54,5 +66,5 @@
}
}
],
"defaultBase": "main"
"useLegacyCache": true
}
Loading

0 comments on commit 077fe04

Please sign in to comment.