File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 21
21
"docs:publish" :
" yarn run docs:build && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && git add . && git commit -am 'Update docs' && git push [email protected] :rangle/redux-beacon gh-pages --force" ,
22
22
"lint" : " eslint src" ,
23
23
"test" : " yarn run lint && jest --watch && yarn run lint" ,
24
- "check" : " yarn run lint && jest --coverage && codecov " ,
24
+ "check" : " yarn run lint && jest --coverage" ,
25
25
"clean" : " rm -rf lib dist extensions targets coverage utils _book" ,
26
26
"prebuild" : " yarn run clean" ,
27
27
"build:cjs:main" : " babel src/main --out-dir lib --ignore __tests__" ,
55
55
"babel-cli" : " ^6.18.0" ,
56
56
"babel-loader" : " ^6.2.9" ,
57
57
"babel-preset-latest" : " ^6.16.0" ,
58
- "codecov" : " ^2.2.0" ,
59
58
"consolemock" : " ^0.2.0" ,
60
59
"eslint" : " ^3.8.1" ,
61
60
"eslint-config-airbnb" : " ^12.0.0" ,
You can’t perform that action at this time.
0 commit comments