Skip to content

Commit

Permalink
Add clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
isnifer committed Apr 30, 2016
1 parent 4a7d740 commit 060f83c
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 @@ -10,7 +10,8 @@
"travis": "npm run coveralls",
"prepublish": "npm run build",
"coverage": "NODE_ENV=production babel src/components --out-dir lib && ./node_modules/.bin/babel-node ./node_modules/.bin/istanbul cover --dir cov ./test/index.js",
"coveralls": "npm run coverage && ./node_modules/.bin/coveralls < cov/lcov.info && ./node_modules/.bin/rimraf ./cov"
"coveralls": "npm run coverage && ./node_modules/.bin/coveralls < cov/lcov.info && ./node_modules/.bin/rimraf ./cov",
"clean": "./node_modules/.bin/rimraf build cov lib"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 060f83c

Please sign in to comment.