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:
@@ -57,10 +57,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "angular-crud:build:production"
|
||||
"buildTarget": "angular-crud:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "angular-crud:build:development"
|
||||
"buildTarget": "angular-crud:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -68,7 +68,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "angular-crud:build"
|
||||
"buildTarget": "angular-crud:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
@@ -84,8 +84,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/angular/crud/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
"jestConfig": "apps/angular/crud/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user