File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 coverage-script : ' pnpm run test:unit:coverage'
2323 coverage-report-script : ' pnpm run coverage:percent --json'
24- test-setup-script : ' pnpm run test:prepare'
24+ fail-fast : false
25+ lint-script : ' pnpm run lint-ci'
26+ node-versions : ' [20, 22, 24]'
27+ os-versions : ' ["ubuntu-latest", "windows-latest"]'
28+ test-script : ' pnpm run test-ci'
29+ test-setup-script : ' pnpm run build'
30+ type-check-script : ' pnpm run type-ci'
31+ type-check-setup-script : ' pnpm run build'
Original file line number Diff line number Diff line change 3030 "sideEffects" : false ,
3131 "scripts" : {
3232 "check" : " run-p -c --aggregate-output check:*" ,
33- "check -ci" : " pnpm run check:lint" ,
33+ "lint -ci" : " pnpm run check:lint" ,
3434 "check:lint" : " eslint --report-unused-disable-directives ." ,
3535 "check:lint:fix" : " pnpm run check:lint --fix" ,
3636 "build" : " pnpm run clean:dist && tsgo --build" ,
6262 "test:unit" : " dotenvx -q run -f .env.test -- vitest --run" ,
6363 "test:unit:coverage" : " dotenvx -q run -f .env.test -- vitest run --coverage" ,
6464 "test:unit:update" : " dotenvx -q run -f .env.test -- vitest --run --update" ,
65- "test-ci" : " pnpm test" ,
65+ "test-ci" : " dotenvx -q run -f .env.test -- vitest --run" ,
66+ "type-ci" : " pnpm run check:tsc" ,
6667 "test-pre-commit" : " dotenvx -q run -f .env.precommit -- pnpm test" ,
6768 "update" : " run-p --aggregate-output update:* && run-s update:longtask:**" ,
6869 "update:deps" : " node scripts/taze.mjs" ,
You can’t perform that action at this time.
0 commit comments