Skip to content

Commit

Permalink
Fix clean script breaking when file doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Dec 21, 2015
1 parent 76b8b67 commit e5c8ff9
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npm run configure && node-gyp build",
"clean": "node-gyp clean && rm index-cov.js",
"clean": "node-gyp clean && rm -f index-cov.js",
"configure": "node-gyp configure",
"coveralls": "jscoverage index.js && ARGON2_COVERAGE=1 nodeunit --reporter=lcov test.spec.js | coveralls",
"preinstall": "node-gyp rebuild && git submodule init && git submodule update",
Expand Down

0 comments on commit e5c8ff9

Please sign in to comment.