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.
2 parents 294e007 + dc8b34f commit 2ccd3d1Copy full SHA for 2ccd3d1
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