File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "hooks" : {
33 "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS" ,
4- "pre-commit" : " npm run lint:dts && npm test && lint-staged"
4+ "pre-commit" : " npm run lint:dts && npm run test:ci && lint-staged"
55 }
66}
Original file line number Diff line number Diff line change 88 - npx commitlint --from=HEAD~1
99 - npm run lint
1010 - npm run lint:dts
11- - npm test
11+ - npm run test:ci
1212 - npm run build
1313 - npm run benchmark
1414after_success :
Original file line number Diff line number Diff line change 1111 "lint" : " eslint --ignore-path .gitignore --ignore-pattern /examples/ ." ,
1212 "lint:dts" : " dtslint ." ,
1313 "lint:fix" : " npm run lint -- --fix" ,
14- "prepublishOnly" : " npm run lint && npm run lint:dts && npm test && npm run clean && npm run build" ,
14+ "prepublishOnly" : " npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build" ,
1515 "release" : " standard-version --no-verify" ,
1616 "test" : " jest --coverage" ,
17+ "test:ci" : " npm test -- --ci" ,
1718 "test:watch" : " npm test -- --watch"
1819 },
1920 "repository" : {
You can’t perform that action at this time.
0 commit comments