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": "performance-default-onpush:build:production"
|
||||
"buildTarget": "performance-default-onpush:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "performance-default-onpush:build:development"
|
||||
"buildTarget": "performance-default-onpush:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -68,7 +68,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "performance-default-onpush:build"
|
||||
"buildTarget": "performance-default-onpush:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
@@ -57,10 +57,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "performance-memoized:build:production"
|
||||
"buildTarget": "performance-memoized:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "performance-memoized:build:development"
|
||||
"buildTarget": "performance-memoized:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -68,7 +68,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "performance-memoized:build"
|
||||
"buildTarget": "performance-memoized:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
@@ -57,10 +57,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "performance-ngfor-biglist:build:production"
|
||||
"buildTarget": "performance-ngfor-biglist:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "performance-ngfor-biglist:build:development"
|
||||
"buildTarget": "performance-ngfor-biglist:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -68,7 +68,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "performance-ngfor-biglist:build"
|
||||
"buildTarget": "performance-ngfor-biglist:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
@@ -57,10 +57,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "performance-ngfor-optimize:build:production"
|
||||
"buildTarget": "performance-ngfor-optimize:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "performance-ngfor-optimize:build:development"
|
||||
"buildTarget": "performance-ngfor-optimize:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -68,7 +68,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "performance-ngfor-optimize:build"
|
||||
"buildTarget": "performance-ngfor-optimize:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
@@ -85,14 +85,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/performance/ngfor-optimize/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"ci": true,
|
||||
"codeCoverage": true
|
||||
}
|
||||
"jestConfig": "apps/performance/ngfor-optimize/jest.config.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,10 +53,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "performance-scroll-cd:build:production"
|
||||
"buildTarget": "performance-scroll-cd:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "performance-scroll-cd:build:development"
|
||||
"buildTarget": "performance-scroll-cd:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -64,7 +64,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "performance-scroll-cd:build"
|
||||
"buildTarget": "performance-scroll-cd:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
@@ -81,8 +81,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/performance/scroll-cd/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
"jestConfig": "apps/performance/scroll-cd/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user