Skip to content

Commit

Permalink
Removed release tagging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeach committed Oct 29, 2018
1 parent c28ac30 commit b1375ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"scripts": {
"clean": "rimraf src/**/*.js src/**/*.js.map src/**/*.d.ts",
"build": "npm run clean && tsc",
"release:tag": "git tag $(node -p -e \"require('./package.json').version\") && git push origin --tags",
"release": "npm run test:browsers && npm run build && npm run release:tag && npm publish && npm run clean",
"release": "npm run test:browsers && npm run build && npm publish && npm run clean",
"test": "mocha --opts mocha.opts --watch",
"test:coverage": "nyc mocha --opts mocha.opts",
"test:browsers": "./test-browsers.sh",
Expand Down

0 comments on commit b1375ab

Please sign in to comment.