From 31ac2f60ad79df6f5c9e966aed921f805545c3e3 Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Thu, 14 Feb 2019 15:29:24 +0000 Subject: Fixes wrong deployment path --- style-generator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style-generator') 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", -- cgit v1.2.3