File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727 "scripts" : {
2828 "bundle" : " npm run format:write && npm run package" ,
2929 "ci-test" : " npx jest" ,
30- "coverage" : " npx make-coverage-badge --output-path ./badges/coverage.svg" ,
3130 "format:write" : " npx prettier --write ." ,
3231 "format:check" : " npx prettier --check ." ,
3332 "lint" : " npx eslint . -c ./.github/linters/.eslintrc.yml" ,
3433 "package" : " npx ncc build src/index.ts -o dist --source-map --license licenses.txt" ,
3534 "package:watch" : " npm run package -- --watch" ,
3635 "test" : " npx jest" ,
37- "all" : " npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
36+ "all" : " npm run format:write && npm run lint && npm run test && npm run package"
3837 },
3938 "license" : " MIT" ,
4039 "jest" : {
You can’t perform that action at this time.
0 commit comments