1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 18:36:43 +02:00
This commit is contained in:
koalyptus 2018-04-15 22:06:47 +10:00
parent 7b03e23f3c
commit da8977433d

View file

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