File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 check :
10- if : ${{ github.ref_name == 'main' }}
1110 uses : ./.github/workflows/check.yml
Original file line number Diff line number Diff line change 1+ echo "[Husky] pre-commit"
2+ npm run test -- --silent
3+ npm run build
Original file line number Diff line number Diff line change 2424 "test:integration" : " npm run vitest -- --project integration --run" ,
2525 "test:watch" : " npm run vitest" ,
2626 "test:coverage" : " npm run vitest -- run --coverage" ,
27- "test:ci" : " npm run vitest -- run --silent --coverage --reporter=junit --outputFile.junit=./test-output/junit.xml"
27+ "test:ci" : " npm run vitest -- run --silent --coverage --reporter=junit --outputFile.junit=./test-output/junit.xml" ,
28+ "prepare" : " husky"
2829 },
2930 "bin" : {
3031 "commitfy" : " bin/cli.js" ,
4647 "@types/node" : " ^22.1.0" ,
4748 "@vitest/coverage-v8" : " ^2.0.5" ,
4849 "eslint" : " ^8.57.0" ,
50+ "husky" : " ^9.1.4" ,
4951 "tsup" : " ^8.2.4" ,
5052 "tsx" : " ^4.16.5" ,
5153 "typescript" : " ^5.5.4" ,
You can’t perform that action at this time.
0 commit comments