Skip to content

Commit

Permalink
Update prepublish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Feb 10, 2016
1 parent 170e64d commit 9263f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"pretest": "eslint src",
"prepublish": "de dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"report": "nyc report --reporter=html",
"test": "nyc ava src/__tests__/*.js"
},
Expand Down

0 comments on commit 9263f99

Please sign in to comment.