File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 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 21
21
],
22
22
"scripts" : {
23
23
"build" : " babel-node ./tools/scripts/build.js" ,
24
- "check" : " yarn run lint && yarn run test" ,
25
24
"clean" : " rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./umd" ,
26
25
"example:web" : " echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start" ,
27
26
"lint" : " eslint src" ,
You can’t perform that action at this time.
0 commit comments