Skip to content

Commit

Permalink
Merge pull request #1797 from ORNL-AMO/issue-1795
Browse files Browse the repository at this point in the history
fix build script command
  • Loading branch information
rmroot authored Jan 30, 2025
2 parents 7095ac4 + 9ed7238 commit 626ef63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"start": "ng serve",
"build": "ng build --base-href .",
"build-prod": "ng build --configuration production --base-href /",
"build-dev-srv": "ng-build --configuration dev-srv --base-href /",
"build-dev-srv": "ng build --configuration dev-srv --base-href /",
"build-prod-electron": "ng build --configuration production --base-href .",
"build-watch": "ng build --base-href . --watch",
"test": "ng test",
Expand Down

0 comments on commit 626ef63

Please sign in to comment.