mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(nx): update to nx17
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"executor": "@nx/angular:ng-packagr-lite",
|
||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||
"options": {
|
||||
"project": "libs/decoupling/brain/ng-package.json"
|
||||
"project": "libs/decoupling/brain/ng-package.json",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -37,7 +38,7 @@
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"executor": "@nx/angular:ng-packagr-lite",
|
||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||
"options": {
|
||||
"project": "libs/decoupling/core/ng-package.json"
|
||||
"project": "libs/decoupling/core/ng-package.json",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -37,7 +38,7 @@
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"executor": "@nx/angular:ng-packagr-lite",
|
||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||
"options": {
|
||||
"project": "libs/decoupling/helmet/ng-package.json"
|
||||
"project": "libs/decoupling/helmet/ng-package.json",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -37,7 +38,7 @@
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
|
||||
Reference in New Issue
Block a user