Skip to content

Commit e53bebd

Browse files
Shuunenjordan-boyer
authored andcommitted
chore: remove bun.lock and update pnpm-lock.yaml
1 parent afb9924 commit e53bebd

File tree

3 files changed

+2
-67
lines changed

3 files changed

+2
-67
lines changed

bun.lock

Lines changed: 0 additions & 63 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@
4848
"bench:node": "hyperfine --runs 10 'node dist/arktype.js' 'node dist/valibot.js' 'node dist/zod3.js' 'node dist/zod4.js'",
4949
"bench:node:strip": "hyperfine --runs 10 'node --experimental-strip-types src/arktype.ts' 'node --experimental-strip-types src/valibot.ts' 'node --experimental-strip-types src/zod3.ts' 'node --experimental-strip-types src/zod4.ts'",
5050
"build": "bun scripts/build.ts && echo build success",
51-
"check": "repo-check && bun check:tsc && bun run build && bun check:once && echo check success",
51+
"check": "pnpm i && bun check:tsc && bun run build && bun check:once && echo check success",
5252
"check:once": "bun src/arktype.ts && bun src/valibot.ts && bun src/zod3.ts && bun src/zod4.ts && echo check:once success",
53+
"check:repo": "repo-check && echo check:repo success",
5354
"check:tsc": "tsc --noEmit && echo check:tsc success"
5455
},
5556
"type": "module",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)