Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Donmclean committed May 29, 2017
1 parent 0608a71 commit 62e3e70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"scripts": {
"start": "NODE_ENV=production npm run prod && npm run prod-server",
"version": "node ./utils/publishScript.js && git add .",
"patch-release": "npm version patch && npm publish && git push --follow-tags -u",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"minor-release": "npm version minor && npm publish && git push --follow-tags -u",
"major-release": "npm version major && npm publish && git push --follow-tags -u",
"publish-release": "npm publish && git push --follow-tags",
"lint": "gulp lint",
"test-build": "npm run lint && istanbul cover ./node_modules/mocha/bin/_mocha tests/riko-test-suite.spec.js --report html --report lcov -- -R spec",
"test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha tests/riko-test-suite.spec.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
Expand Down

0 comments on commit 62e3e70

Please sign in to comment.