Skip to content

Commit

Permalink
try v1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Nov 15, 2019
1 parent 7111074 commit e4964af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "prettier-standard index.js && standard index.js",
"build": "ncc build index.js",
"version": "npm run build && git add dist",
"release": "np && npm run release-branch",
"release-branch": "git checkout releases/v1 && git merge -s ours master && git push -u origin releases/v1 && git checkout master"
"release": "np",
"postversion": "git tag v1"
},
"np": {
"publish": false
Expand Down

0 comments on commit e4964af

Please sign in to comment.