Skip to content

Commit

Permalink
Fix deploy-url
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnum committed Dec 21, 2023
1 parent 0d0fa1b commit 8a1e98a
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",
"start": "ng serve",
"build": "ng build",
"build:ci": "ng build --base-href /defer-demo/",
"build:ci": "ng build --deploy-url /defer-demo/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --no-watch --browsers=ChromeHeadless",
Expand Down

0 comments on commit 8a1e98a

Please sign in to comment.