diff --git a/package.json b/package.json index 0514474..83f6152 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prestart": "npm run monkeyPatch", "start": "node_modules/.bin/parcel src/index.html", "prebuild": "npm run monkeyPatch", - "build": "node_modules/.bin/parcel build src/index.html" + "build": "node_modules/.bin/parcel build --public-url ./ src/index.html" }, "author": "Adam Goldsmith ", "license": "ISC"