File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 28
28
"check" : " flow check" ,
29
29
"check-cover" : " for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done" ,
30
30
"build" : " babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow" ,
31
- "build-dot-flow" : " find ./src -name '*.js' -not -path '*/__ *' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\\/ src\\\/ /\\\/ dist\\\/ /g'`.flow; done" ,
31
+ "build-dot-flow" : " find ./src -name '*.js' -not -path '*/__tests__ *' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\\/ src\\\/ /\\\/ dist\\\/ /g'`.flow; done" ,
32
32
"watch" : " babel-node ./resources/watch.js" ,
33
33
"cover" : " babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha" ,
34
34
"cover:lcov" : " babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha" ,
You can’t perform that action at this time.
0 commit comments