added expicit value for --dist-dir
This commit is contained in:
parent
675a6b7c07
commit
e70f25b8ef
@ -26,7 +26,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx parcel serve src/index.html --public-url / --dist-dir dist",
|
"start": "npx parcel serve src/index.html --public-url / --dist-dir dist",
|
||||||
"clean": "rm -rf dist/ && rm -rf .parcel-cache/",
|
"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",
|
"test": "jest --coverage --env=jsdom",
|
||||||
"webhint": "hint http://localhost:1234"
|
"webhint": "hint http://localhost:1234"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user