mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: upgrade project to v17
This commit is contained in:
@@ -54,10 +54,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "ngrx-effect-selector:build:production"
|
||||
"buildTarget": "ngrx-effect-selector:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "ngrx-effect-selector:build:development"
|
||||
"buildTarget": "ngrx-effect-selector:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -65,7 +65,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "ngrx-effect-selector:build"
|
||||
"buildTarget": "ngrx-effect-selector:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
@@ -81,8 +81,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/ngrx/effect-selector/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
"jestConfig": "apps/ngrx/effect-selector/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -54,10 +54,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "ngrx-notification:build:production"
|
||||
"buildTarget": "ngrx-notification:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "ngrx-notification:build:development"
|
||||
"buildTarget": "ngrx-notification:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -65,7 +65,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "ngrx-notification:build"
|
||||
"buildTarget": "ngrx-notification:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
Reference in New Issue
Block a user