feature: Remove cached compiled code when starting the watch command
This commit is contained in:
parent
bab914fa24
commit
3602f03032
@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"prebuild": "rimraf build",
|
||||
"build": "NODE_ENV='production' node internal/parcel.js",
|
||||
"watch": "rimraf build && node internal/parcel.js",
|
||||
"watch": "rimraf build .cache && node internal/parcel.js",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:verify": "cypress verify",
|
||||
"cypress:info": "cypress info",
|
||||
|
Loading…
Reference in New Issue
Block a user