Skip to content
Snippets Groups Projects
Commit ff874805 authored by Emmanuel Vodor's avatar Emmanuel Vodor
Browse files

bugfix: remove dist folder

parent ce47c0cb
No related branches found
No related tags found
1 merge request!361bugfix: minor changes
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment