Skip to content

Commit

Permalink
Update clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Nov 7, 2017
1 parent ba6c97c commit b2dc7bb
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 @@ -9,7 +9,7 @@
"lint": "standard --verbose | snazzy",
"test": "cross-env NODE_ENV=test nyc mocha test",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"clean": "rm -rf lib",
"clean": "rm -rf lib test/coverage",
"build": "babel src -d lib",
"preversion": "npm run lint && npm run test",
"version": "babel-node src/index.js --package && git add CHANGELOG.md",
Expand Down

0 comments on commit b2dc7bb

Please sign in to comment.