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 d976280 commit 6d8b31dCopy full SHA for 6d8b31d
packages/stack-frame-overlay/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"prepublishOnly": "npm run build:prod && npm test",
8
"start": "NODE_ENV=development npm run build -- --watch",
9
- "test": "jest",
+ "test": "flow && jest",
10
"build": "babel src/ -d lib/",
11
"build:prod": "NODE_ENV=production babel src/ -d lib/"
12
},
@@ -46,6 +46,7 @@
46
"eslint-plugin-import": "^2.0.1",
47
"eslint-plugin-jsx-a11y": "^4.0.0",
48
"eslint-plugin-react": "^6.4.1",
49
+ "flow-bin": "^0.46.0",
50
"jest": "19.x"
51
52
"jest": {
0 commit comments