bugfix: remove dist folder
parent
ce47c0cb
No related branches found
No related tags found
... | ... | @@ -7,9 +7,9 @@ |
"url": "https://git.startinblox.com/applications/hubl.git" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf build", | ||
"prebuild": "rimraf dist", | ||
"build": "cross-env NODE_ENV='production' node internal/parcel.js", | ||
"watch": "rimraf build .cache && node internal/parcel.js", | ||
"watch": "rimraf dist .cache && node internal/parcel.js", | ||
"cypress:open": "cypress open", | ||
"cypress:verify": "cypress verify", | ||
"cypress:info": "cypress info", | ||
... | ... |
Please register or sign in to comment