diff --git a/package.json b/package.json index e4d1717..3e59d53 100644 --- a/package.json +++ b/package.json @@ -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" },