File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ NODE_COMPILE_CACHE="./.cache"
2+ PRE_COMMIT=1
Original file line number Diff line number Diff line change 55fi
66
77if [ -z "${DISABLE_PRECOMMIT_TEST}" ]; then
8- pnpm run test
8+ pnpm run test-pre-commit
99else
1010 echo "Skipping testing due to DISABLE_PRECOMMIT_TEST env var"
1111fi
Original file line number Diff line number Diff line change 6666 "test:unit:update" : " dotenvx -q run -f .env.test -- vitest --run --update" ,
6767 "test:unit:coverage" : " dotenvx -q run -f .env.test -- vitest run --coverage" ,
6868 "test-ci" : " run-s build test:*" ,
69+ "test-pre-commit" : " dotenvx -q run -f .env.precommit -- pnpm test" ,
6970 "update" : " run-p --aggregate-output update:* && run-s update:longtask:**" ,
7071 "update:deps" : " taze" ,
7172 "update:longtask:data:npm" : " node ./scripts/update-data-npm.js"
You can’t perform that action at this time.
0 commit comments