1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-23 00:32:21 +02:00

amend release command (0)

This commit is contained in:
koalyptus 2018-04-15 17:52:13 +10:00
parent 48674c3b31
commit 7b03e23f3c

View file

@ -34,7 +34,7 @@
"esdoc": "esdoc", "esdoc": "esdoc",
"dist": "grunt", "dist": "grunt",
"deploy": "grunt deploy", "deploy": "grunt deploy",
"release": "npm run deploy && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish", "release": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish && npm run deploy",
"start": "npm run server" "start": "npm run server"
}, },
"publishConfig": { "publishConfig": {