Skip to content

Commit 6d8b31d

Browse files
committed
Check flow on test
1 parent d976280 commit 6d8b31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/stack-frame-overlay/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"prepublishOnly": "npm run build:prod && npm test",
88
"start": "NODE_ENV=development npm run build -- --watch",
9-
"test": "jest",
9+
"test": "flow && jest",
1010
"build": "babel src/ -d lib/",
1111
"build:prod": "NODE_ENV=production babel src/ -d lib/"
1212
},
@@ -46,6 +46,7 @@
4646
"eslint-plugin-import": "^2.0.1",
4747
"eslint-plugin-jsx-a11y": "^4.0.0",
4848
"eslint-plugin-react": "^6.4.1",
49+
"flow-bin": "^0.46.0",
4950
"jest": "19.x"
5051
},
5152
"jest": {

0 commit comments

Comments
 (0)