added expicit value for --dist-dir

This commit is contained in:
Tobias 2023-09-23 22:40:03 +02:00
parent 675a6b7c07
commit e70f25b8ef

View File

@ -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"
},