diff --git a/package.json b/package.json index a12be80..2a7ce8e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "scripts": { "start": "npx parcel serve src/index.html --public-url / --dist-dir dist", "clean": "rm -rf dist/ && rm -rf .parcel-cache/", - "build": "npx parcel build --no-optimize --public-url ./", + "build": "npx parcel build --no-optimize --public-url ./ --dist-dir dist", "test": "jest --coverage --env=jsdom", "webhint": "hint http://localhost:1234" },