diff --git a/package.json b/package.json index b2d67129..61eddafa 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "ATST Stateless Services", "main": "index.js", "scripts": { - "watch": "parcel watch js/index.js -d static/assets -o index.js --no-autoinstall", - "build": "parcel build js/index.js -d static/assets -o index.js", + "watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall", + "build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "",