1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 22:06:41 +02:00

Merge pull request #588 from koalyptus/toolbar-min-width

amend release command (0)
This commit is contained in:
koalyptus 2018-04-15 21:25:15 +10:00 committed by GitHub
commit cde2e8a326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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": {