Upgrade to Nx 17.1 (#2635)
* Upgrade to Nx 17 * Run migrations * Extend instructions * Update changelog
This commit is contained in:
17
nx.json
17
nx.json
@ -27,10 +27,6 @@
|
||||
"inputs": ["default", "^production"],
|
||||
"cache": true
|
||||
},
|
||||
"test": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||
"cache": true
|
||||
},
|
||||
"build-storybook": {
|
||||
"inputs": [
|
||||
"default",
|
||||
@ -43,6 +39,19 @@
|
||||
},
|
||||
"lint": {
|
||||
"cache": true
|
||||
},
|
||||
"@nx/jest:jest": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||
"cache": true,
|
||||
"options": {
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"ci": true,
|
||||
"codeCoverage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
|
Reference in New Issue
Block a user