1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 18:36:43 +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",
"dist": "grunt",
"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"
},
"publishConfig": {