Skip to content

Commit

Permalink
Remove git push from postversion script and disable commit by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Nov 1, 2019
1 parent 2bf64c1 commit 06b6a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-tag-version = false
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"docs-start": "docsify serve ./docs",
"docs-deploy": "gh-pages -t -d ./docs -r [email protected]:VueLayers/vuelayers.github.io.git -b master",
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push --tags"
"version": "npm run build"
},
"directories": {
"lib": "./lib",
Expand Down

0 comments on commit 06b6a39

Please sign in to comment.