Skip to content

Commit

Permalink
Change the preversion script to just run test:browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen Le Hara committed Apr 8, 2019
1 parent daef655 commit 973d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -93,7 +93,7 @@
"jshint": "jshint lib/**/*.js Gruntfile.js --config",
"coverage": "istanbul cover _mocha -- test/test --timeout 600000",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js",
"preversion": "npm test",
"preversion": "npm run jshint && npm run test:browser",
"postpublish": "git push --tags && git push",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
Expand Down

0 comments on commit 973d62e

Please sign in to comment.