Skip to content

Commit

Permalink
fixing output path
Browse files Browse the repository at this point in the history
  • Loading branch information
uweDuesing committed Apr 9, 2024
1 parent b61f838 commit c42305a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install

- name: Build project
run: npm run build
run: npm run build -- --output-path=dist/browser

- name: Build And Deploy
id: builddeploy
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/next-step",
"outputPath": "dist",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down

0 comments on commit c42305a

Please sign in to comment.