Skip to content

Commit

Permalink
Merge pull request #11 from sudo-suhas/fix_win_build
Browse files Browse the repository at this point in the history
Use del-cli since del is builtin cmd on windows
  • Loading branch information
asfktz authored Jul 4, 2017
2 parents 0d2dc12 + af9457a commit 3a960e8
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 @@ -6,7 +6,7 @@
"scripts": {
"test": "tape -r babel-register specs/**/*.js | faucet",
"test:inspect": "babel-node --inspect ./node_modules/.bin/tape specs/**/*.js",
"build": "del ./lib && babel src --out-dir lib",
"build": "del-cli ./lib && babel src --out-dir lib",
"build:watch": "babel src --out-dir lib --watch",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 3a960e8

Please sign in to comment.