Skip to content

Commit

Permalink
clear lib/ before rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
René Kooi committed Jan 2, 2016
1 parent 3262da6 commit 4613e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
, "babel-preset-es2015": "^6.3.13"
, "standard": "^5.4.1" }
, "scripts":
{ "build": "babel --presets es2015 --out-dir lib src"
{ "build": "rm -r lib && babel --presets es2015 --out-dir lib src"
, "test": "standard src/*.js"
, "prepublish": "npm run build" }
}

0 comments on commit 4613e86

Please sign in to comment.