Skip to content

Commit

Permalink
chore(deps): update nx to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dgonzalezr committed Oct 23, 2023
1 parent 20d5c0d commit eb9b933
Show file tree
Hide file tree
Showing 8 changed files with 2,409 additions and 791 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
.nx/cache
/dist
/out-tsc
/tmp/**
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ yarn-error.log*
.pnp

### BUILD ###
.nx/cache
build
coverage
dist
Expand Down
33 changes: 12 additions & 21 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,22 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"inputs": ["production", "^production"],
"cache": true
},
"test": {
"inputs": ["default", "^default", "{workspaceRoot}/jest.preset.js"]
"inputs": ["default", "^default", "{workspaceRoot}/jest.preset.js"],
"cache": true
},
"e2e": {
"inputs": ["default", "^production"]
}
},
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": [
"build",
"e2e",
"icons",
"lint",
"storybook-build",
"storybook-build-css",
"stylelint",
"test"
]
}
}
"inputs": ["default", "^production"],
"cache": true
},
"icons": { "cache": true },
"lint": { "cache": true },
"storybook-build": { "cache": true },
"storybook-build-css": { "cache": true },
"stylelint": { "cache": true }
},
"generators": {
"@nx/react": {
Expand Down
Loading

0 comments on commit eb9b933

Please sign in to comment.