File tree Expand file tree Collapse file tree 2 files changed +1090
-1101
lines changed Expand file tree Collapse file tree 2 files changed +1090
-1101
lines changed Original file line number Diff line number Diff line change 56
56
"test:watch" : " jest --watch" ,
57
57
"test:debug" : " node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch" ,
58
58
"coverage:open" : " yarn run test:coverage && open ./coverage/index.html" ,
59
- "coverage:push" : " cat ./ coverage/lcov.info | codacy-coverage " ,
59
+ "coverage:push" : " curl -Ls https:// coverage.codacy.com/get.sh | bash " ,
60
60
"validate" : " yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage" ,
61
61
"fix" : " yarn run format:fix && yarn run lint:fix" ,
62
62
"start" : " yarn run start:website" ,
109
109
"autoprefixer" : " 9.7.4" ,
110
110
"bulma" : " ^0.8.0" ,
111
111
"clipboard" : " 2.0.6" ,
112
- "codacy-coverage" : " 3.4.0" ,
113
112
"copy-webpack-plugin" : " 5.1.1" ,
114
113
"css-loader" : " 3.4.2" ,
115
114
"cssnano" : " 4.1.10" ,
You can’t perform that action at this time.
0 commit comments