Skip to content

Commit

Permalink
rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 28, 2018
1 parent 1741167 commit ab79832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.3.13",
"rimraf": "^2.6.2",
"standard": "^10.0.0"
},
"scripts": {
"build": "rm -r lib && babel --presets es2015 --out-dir lib src",
"build": "rimraf lib && babel --presets es2015 --out-dir lib src",
"test": "standard src/*.js",
"prepublish": "npm run build"
}
Expand Down

0 comments on commit ab79832

Please sign in to comment.