aboutsummaryrefslogtreecommitdiffstats
path: root/style-generator
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-14 15:29:24 +0000
committerJakub Hampl <kopomir@gmail.com>2019-02-14 15:29:24 +0000
commit31ac2f60ad79df6f5c9e966aed921f805545c3e3 (patch)
tree963d6216d51d7f77262933bdef89489d2a25ea23 /style-generator
parent6bd5f8ccbd8c44c3311ef36b0e2de9ede4fa71ed (diff)
Fixes wrong deployment path
Diffstat (limited to 'style-generator')
-rw-r--r--style-generator/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/style-generator/package.json b/style-generator/package.json
index a765962..ebb3436 100644
--- a/style-generator/package.json
+++ b/style-generator/package.json
@@ -6,7 +6,7 @@
"scripts": {
"test": "elm-test",
"start": "parcel index.html",
- "build": "parcel build index.html --out-dir ../docs/style-generator"
+ "build": "parcel build index.html --out-dir ../docs/style-generator --public-url ."
},
"keywords": [
"mapbox",