File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 "check" : " tsc --noEmit" ,
5858 "build" : " tsc --noEmit && zshy" ,
5959 "attw" : " attw --pack . --profile esm-only" ,
60- "test" : " bun --revision && vitest run src test/declarations --coverage --bail 1" ,
61- "test:ci" : " bun --revision && vitest run src test/declarations test/packages --coverage --bail 1" ,
62- "test:update" : " bun --revision && vitest run src test/declarations test/packages --update" ,
60+ "test" : " node -v && bun --revision && vitest run src test/declarations --coverage --bail 1" ,
61+ "test:ci" : " node -v && bun --revision && vitest run src test/declarations test/packages --coverage --bail 1" ,
62+ "test:update" : " node -v && bun --revision && vitest run src test/declarations test/packages --update" ,
6363 "lint" : " prettier --check ." ,
6464 "format" : " prettier --write ." ,
65- "pre-push" : " bun --revision && bun i && bun run lint && bun run build && bun run test:ci && bun run attw" ,
65+ "pre-push" : " node -v && bun --revision && bun i && bun run lint && bun run build && bun run test:ci && bun run attw" ,
6666 "release" : " np --no-cleanup"
6767 },
6868 "dependencies" : {
You can’t perform that action at this time.
0 commit comments