Skip to content

Commit

Permalink
chore: clear build folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 29, 2021
1 parent 546f159 commit 20d5373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shell-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vue-devtools/shell-chrome",
"version": "0.0.0",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress"
"build": "rm -rf ./build && cross-env NODE_ENV=production webpack --progress"
},
"dependencies": {
"@vue-devtools/app-backend-core": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "node bin.js",
"dev": "webpack --watch",
"build": "webpack",
"build": "rm -rf ./build && webpack",
"prepublishOnly": "npm run build"
},
"author": "",
Expand Down

0 comments on commit 20d5373

Please sign in to comment.