mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
chore(version): update to version 16
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
"outputs": [
|
||||
"{options.outputPath}"
|
||||
],
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/apps/ngrx-1",
|
||||
"index": "apps/ngrx-1/src/index.html",
|
||||
@@ -17,17 +15,10 @@
|
||||
"polyfills": "apps/ngrx-1/src/polyfills.ts",
|
||||
"tsConfig": "apps/ngrx-1/tsconfig.app.json",
|
||||
"inlineStyleLanguage": "scss",
|
||||
"assets": [
|
||||
"apps/ngrx-1/src/favicon.ico",
|
||||
"apps/ngrx-1/src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"apps/ngrx-1/src/styles.scss"
|
||||
],
|
||||
"assets": ["apps/ngrx-1/src/favicon.ico", "apps/ngrx-1/src/assets"],
|
||||
"styles": ["apps/ngrx-1/src/styles.scss"],
|
||||
"scripts": [],
|
||||
"allowedCommonJsDependencies": [
|
||||
"seedrandom"
|
||||
]
|
||||
"allowedCommonJsDependencies": ["seedrandom"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -81,19 +72,14 @@
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"executor": "@nx/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"apps/ngrx-1/**/*.ts",
|
||||
"apps/ngrx-1/**/*.html"
|
||||
]
|
||||
"lintFilePatterns": ["apps/ngrx-1/**/*.ts", "apps/ngrx-1/**/*.html"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": [
|
||||
"{workspaceRoot}/coverage/{projectRoot}"
|
||||
],
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/ngrx-1/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
|
||||
Reference in New Issue
Block a user