We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b65e28 commit 24559a5Copy full SHA for 24559a5
package.json
@@ -13,7 +13,7 @@
13
"webpack": "babel-node ./node_modules/.bin/webpack",
14
"webpack-base": "babel-node ./node_modules/.bin/webpack --progress --config webpack.base.config.js",
15
"webpack-button": "babel-node ./node_modules/.bin/webpack --progress --config webpack.button.config.js",
16
- "test": "npm run test-ssr && npm run karma",
+ "test": "npm run lint && npm run flow-typed && npm run flow && npm run test-ssr && npm run karma && npm run buttondiff",
17
"build": "npm run webpack",
18
"release": "./scripts/publish.sh",
19
"release:patch": "./scripts/publish.sh patch",
0 commit comments