Skip to content

Commit 24559a5

Browse files
committed
add more scripts to test script
1 parent 3b65e28 commit 24559a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"webpack": "babel-node ./node_modules/.bin/webpack",
1414
"webpack-base": "babel-node ./node_modules/.bin/webpack --progress --config webpack.base.config.js",
1515
"webpack-button": "babel-node ./node_modules/.bin/webpack --progress --config webpack.button.config.js",
16-
"test": "npm run test-ssr && npm run karma",
16+
"test": "npm run lint && npm run flow-typed && npm run flow && npm run test-ssr && npm run karma && npm run buttondiff",
1717
"build": "npm run webpack",
1818
"release": "./scripts/publish.sh",
1919
"release:patch": "./scripts/publish.sh patch",

0 commit comments

Comments
 (0)