diff options
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", | 
