Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git push && git push --tags
1 parent 294e007 commit dc8b34fCopy full SHA for dc8b34f
package.json
@@ -46,7 +46,7 @@
46
"baseline": "node tasks/baseline.js",
47
"preversion": "npm-link-check && npm dedupe && npm ls",
48
"version": "npm run build && git add -A dist src build",
49
- "postversion": "git push && git push --tags"
+ "postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\""
50
},
51
"dependencies": {
52
"3d-view": "^2.0.0",
0 commit comments