Skip to content

Commit

Permalink
MAINTENANCE
Browse files Browse the repository at this point in the history
* Fix angular config
  • Loading branch information
tonysamperi committed Aug 26, 2023
1 parent 28714fa commit f45347d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 1 addition & 25 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"sourceMap": true
},
"production": {
"baseHref": "",
"fileReplacements": [
{
"replace": "projects/app/src/environments/environment.ts",
Expand Down Expand Up @@ -108,31 +109,6 @@
],
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/app/tsconfig.app.json",
"projects/app/tsconfig.spec.json",
"projects/app/e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/app/e2e/protractor.conf.js",
"devServerTarget": "app:serve"
},
"configurations": {
"production": {
"devServerTarget": "app:serve:production"
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"build:demo": "ng build --configuration=production --baseHref=",
"build:demo": "ng build --configuration=production",
"pack": "gulp pack",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit f45347d

Please sign in to comment.