Skip to content

Commit

Permalink
Change outputPath in angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard authored Sep 20, 2024
1 parent 89fcaf3 commit d3cc740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcmi/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/angular-project",
"outputPath": "dist",
"index": "src/index.html",
"browser": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
Expand Down

0 comments on commit d3cc740

Please sign in to comment.