delete dist on build
This commit is contained in:
parent
a3eab9dc79
commit
9dd1465a84
@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "parcel index.html --port 40080",
|
||||
"build": "parcel build index.html",
|
||||
"build": "rm -rf dist && parcel build index.html",
|
||||
"lint": "eslint --fix src/",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user