File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - 12
4+ - 23
55
66git :
77 submodules : false
@@ -12,7 +12,6 @@ before_install:
1212
1313script :
1414 - npm ci
15- - npm run test:ci
16-
17- after_success :
18- - npm run coverage
15+ - npm run lint
16+ - npm run build
17+ - npm test
Original file line number Diff line number Diff line change 2323 },
2424 "scripts" : {
2525 "build" : " rm -rf dist && tsc" ,
26- "coverage" : " nyc npm test" ,
2726 "lint" : " eslint --ext .ts ." ,
2827 "prepare" : " npm run lint && npm run build" ,
2928 "postversion" : " git push --tags" ,
3029 "pretest" : " npm run lint" ,
31- "test" : " node --test --require=ts-node/register test/**/*.ts" ,
32- "test:ci" : " nyc --reporter=lcov npm test"
30+ "test" : " node --test --require=ts-node/register test/**/*.ts"
3331 },
3432 "keywords" : [
3533 " quality" ,
5856 "@types/micromatch" : " 4.0.9" ,
5957 "@typescript-eslint/eslint-plugin" : " 5.42.1" ,
6058 "@typescript-eslint/parser" : " 5.42.1" ,
61- "codecov" : " 3.8.3" ,
6259 "eslint" : " 8.27.0" ,
6360 "eslint-config-prettier" : " 8.5.0" ,
6461 "eslint-plugin-import" : " 2.26.0" ,
6562 "eslint-plugin-node" : " 11.1.0" ,
6663 "eslint-plugin-prettier" : " 4.2.1" ,
6764 "eslint-plugin-promise" : " 6.1.1" ,
68- "nyc" : " 15.1.0" ,
6965 "prettier" : " 2.8.8" ,
7066 "ts-node" : " 10.9.2" ,
7167 "typescript" : " 4.9.5"
You can’t perform that action at this time.
0 commit comments