mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: upgrade nx and angular
This commit is contained in:
19
nx.json
19
nx.json
@@ -6,14 +6,6 @@
|
||||
"inputs": ["production", "^production"],
|
||||
"cache": true
|
||||
},
|
||||
"lint": {
|
||||
"inputs": [
|
||||
"default",
|
||||
"{workspaceRoot}/.eslintrc.json",
|
||||
"{workspaceRoot}/tools/eslint-rules/**/*"
|
||||
],
|
||||
"cache": true
|
||||
},
|
||||
"component-test": {
|
||||
"inputs": ["default", "^production"],
|
||||
"cache": true
|
||||
@@ -30,6 +22,14 @@
|
||||
"codeCoverage": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nx/eslint:lint": {
|
||||
"inputs": [
|
||||
"default",
|
||||
"{workspaceRoot}/.eslintrc.json",
|
||||
"{workspaceRoot}/tools/eslint-rules/**/*"
|
||||
],
|
||||
"cache": true
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
@@ -77,5 +77,6 @@
|
||||
"standalone": "true"
|
||||
}
|
||||
},
|
||||
"defaultProject": "angular-projection"
|
||||
"defaultProject": "angular-projection",
|
||||
"useInferencePlugins": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user