Skip to content

Commit

Permalink
ci: base-href fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Oct 6, 2019
1 parent bcba53e commit 0b49aba
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-and-deploy": "ng build --prod --base-href '/my-iptv-player-pwa'",
"build-and-deploy": "ng build --prod --base-href '/my-iptv-player-pwa/'",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 0b49aba

Please sign in to comment.