File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 "test:watch" : " jest --watch" ,
5757 "test:debug" : " node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch" ,
5858 "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 " ,
6060 "validate" : " yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage" ,
6161 "fix" : " yarn run format:fix && yarn run lint:fix" ,
6262 "start" : " yarn run start:website" ,
109109 "autoprefixer" : " 9.7.4" ,
110110 "bulma" : " ^0.8.0" ,
111111 "clipboard" : " 2.0.6" ,
112- "codacy-coverage" : " 3.4.0" ,
113112 "copy-webpack-plugin" : " 5.1.1" ,
114113 "css-loader" : " 3.4.2" ,
115114 "cssnano" : " 4.1.10" ,
You can’t perform that action at this time.
0 commit comments