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 4949 "check" : " tsc --noEmit" ,
5050 "build" : " tsc --noEmit && tsup" ,
5151 "attw" : " attw --pack . --ignore-rules cjs-resolves-to-esm" ,
52- "test" : " vitest run src test/declarations --coverage --bail 1" ,
53- "test:ci" : " vitest run src test/declarations test/packages --coverage --bail 1" ,
54- "test:update" : " vitest run src test/declarations test/packages --update" ,
52+ "test" : " bun --revision && vitest run src test/declarations --coverage --bail 1" ,
53+ "test:ci" : " bun --revision && vitest run src test/declarations test/packages --coverage --bail 1" ,
54+ "test:update" : " bun --revision && vitest run src test/declarations test/packages --update" ,
5555 "lint" : " prettier --check ." ,
5656 "format" : " prettier --write ." ,
57- "pre-push" : " pnpm i && pnpm lint && pnpm build && pnpm test:ci" ,
57+ "pre-push" : " bun --revision && pnpm i && pnpm lint && pnpm build && pnpm test:ci" ,
5858 "release" : " np"
5959 },
6060 "dependencies" : {
You can’t perform that action at this time.
0 commit comments