Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
remove base href in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
amedenblik committed Apr 20, 2022
1 parent c30ab11 commit 6a596b5
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 @@ -5,7 +5,7 @@
"ng": "ng",
"clean": "rimraf ./dist",
"start": "ng serve",
"build": "npm install && ng build --base-href /national/",
"build": "npm install && ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom",
Expand Down

0 comments on commit 6a596b5

Please sign in to comment.