diff options
| author | Jakub Hampl <kopomir@gmail.com> | 2019-02-14 15:29:24 +0000 | 
|---|---|---|
| committer | Jakub Hampl <kopomir@gmail.com> | 2019-02-14 15:29:24 +0000 | 
| commit | 31ac2f60ad79df6f5c9e966aed921f805545c3e3 (patch) | |
| tree | 963d6216d51d7f77262933bdef89489d2a25ea23 /style-generator | |
| parent | 6bd5f8ccbd8c44c3311ef36b0e2de9ede4fa71ed (diff) | |
Fixes wrong deployment path
Diffstat (limited to 'style-generator')
| -rw-r--r-- | style-generator/package.json | 2 | 
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", | 
