Commit 00aab36 1 parent 60a5ec5 commit 00aab36 Copy full SHA for 00aab36
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 7
7
node_js :
8
8
- ' 6'
9
9
script :
10
- # Unfortunately flow falls over when a dep exists in peer deps and others. :(
11
- # @see https://github.com/flowtype/flow-typed/issues/528
12
- # - yarn run flow:defs
13
- - yarn run check
10
+ - yarn run test
14
11
after_success :
15
12
# Deploy code coverage report to codecov.io
16
13
- yarn run test:coverage:deploy
Original file line number Diff line number Diff line change 29
29
],
30
30
"scripts" : {
31
31
"build" : " babel-node ./tools/scripts/build.js" ,
32
- "check" : " yarn run lint && yarn run test" ,
33
32
"clean" : " rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./flow-coverage && rimraf ./umd" ,
34
33
"lint" : " eslint src" ,
35
34
"precommit" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments