Skip to content

Commit

Permalink
Force rebuild of mocha.js on npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottFreeCode committed May 14, 2017
1 parent 7554b31 commit 4e3252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -303,7 +303,7 @@
"precoverage": "rm -rf coverage",
"coverage": "COVERAGE=true npm run test",
"postcoverage": "istanbul-combine -d coverage -r lcov -r html coverage/reports/*/*.json",
"preversion": "make test && make mocha.js && git add mocha.js"
"preversion": "make test && rm mocha.js && make mocha.js && git add mocha.js"
},
"dependencies": {
"browser-stdout": "1.3.0",
Expand Down

0 comments on commit 4e3252e

Please sign in to comment.