Skip to content

Commit

Permalink
build: fix base href for showcase app
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-gokun committed Nov 22, 2019
1 parent ed95ac0 commit 6c1721f
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 @@ -6,7 +6,7 @@
"start": "ng serve showcase",
"build": "ng build --prod ngx-mapbox-gl",
"build:watch": "ng build --watch ngx-mapbox-gl",
"build:showcase": "ng build --prod showcase --base-href '/ngx-mapbox-gl/'",
"build:showcase": "ng build --prod showcase --base-href /ngx-mapbox-gl/",
"publish:showcase": "ngh -d dist/showcase/",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 6c1721f

Please sign in to comment.