We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb51afd commit 1f80625Copy full SHA for 1f80625
package.json
@@ -31,7 +31,9 @@
31
"watch:css": "onchange 'src/**/*.styl' -i -- npm run build:css",
32
"test": "standard",
33
"umd": "rimraf react-table.js && browserify lib/index.js -s reactTable -x react -t babelify -g uglifyify -o react-table.js",
34
- "prepublish": "npm-run-all build:* && npm run umd && git push --tags",
+ "build": "npm-run-all build:*",
35
+ "prepublish": "npm run build && npm run umd",
36
+ "postpublish": "git push --tags",
37
"storybook": "start-storybook -p 8000 -c .storybook",
38
"docs": "build-storybook -o docs && cp .storybook/CNAME docs/CNAME"
39
},
0 commit comments