Keep tags up to date with releases

This commit is contained in:
Tanner Linsley
2017-04-17 09:30:02 -06:00
parent a64c6a3a76
commit fb51afd0ae
+1 -1
View File
@@ -31,7 +31,7 @@
"watch:css": "onchange 'src/**/*.styl' -i -- npm run build:css",
"test": "standard",
"umd": "rimraf react-table.js && browserify lib/index.js -s reactTable -x react -t babelify -g uglifyify -o react-table.js",
"prepublish": "npm-run-all build:* && npm run umd",
"prepublish": "npm-run-all build:* && npm run umd && git push --tags",
"storybook": "start-storybook -p 8000 -c .storybook",
"docs": "build-storybook -o docs && cp .storybook/CNAME docs/CNAME"
},