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:
@@ -10,8 +10,7 @@
|
||||
"executor": "@nx/angular:ng-packagr-lite",
|
||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||
"options": {
|
||||
"project": "libs/module-to-standalone/user/contact/ng-package.json",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
"project": "libs/module-to-standalone/user/contact/ng-package.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -27,14 +26,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"ci": true,
|
||||
"codeCoverage": true
|
||||
}
|
||||
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
"executor": "@nx/angular:ng-packagr-lite",
|
||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||
"options": {
|
||||
"project": "libs/module-to-standalone/user/home/ng-package.json",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
"project": "libs/module-to-standalone/user/home/ng-package.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -27,14 +26,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"ci": true,
|
||||
"codeCoverage": true
|
||||
}
|
||||
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
"executor": "@nx/angular:ng-packagr-lite",
|
||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||
"options": {
|
||||
"project": "libs/module-to-standalone/user/shell/ng-package.json",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
"project": "libs/module-to-standalone/user/shell/ng-package.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -27,14 +26,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"ci": true,
|
||||
"codeCoverage": true
|
||||
}
|
||||
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
Reference in New Issue
Block a user