We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4244595 commit bed49cdCopy full SHA for bed49cd
package.json
@@ -74,7 +74,7 @@
74
]
75
},
76
"scripts": {
77
- "build": "npm run build-cjs",
+ "build": "npm run build-cjs && npm run build-flow",
78
"build-cjs": "rimraf lib && ./node_modules/.bin/babel src -d lib --ignore './src/__tests__'",
79
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
80
"watch": "jest --watch",
0 commit comments