Browse Source

Publish version tag

Add 'latest' tag manually for now (doing both would create two separate
commits, while publish-to-git does not support adding multiple tags;
see <https://github.com/Rush/publish-to-git/issues/6>)
master
Gerben 4 years ago
parent
commit
2a0563357b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@@ -13,7 +13,7 @@
"main": "lib",
"scripts": {
"build": "babel -d lib src",
"postpublish": "publish-to-git --force --tag latest",
"postpublish": "publish-to-git --force",
"prepublish": "npm run build",
"test": "ava"
},


Loading…
Cancel
Save