mirror of https://github.com/buster-so/buster.git
Update package.json
This commit is contained in:
parent
c6f9b60341
commit
bc075d4a69
|
@ -10,7 +10,6 @@
|
|||
"prebuild": "[ \"$SKIP_ENV_CHECK\" = \"true\" ] || (tsx scripts/validate-env.ts && pnpm run typecheck)",
|
||||
"build": "tsup",
|
||||
"build:dry-run": "tsup",
|
||||
"get-bun-version": "bun -v",
|
||||
"dev": "bun -v && echo 'Starting server on http://localhost:3002...' && bun --watch src/index.ts",
|
||||
"dev:fast": "bun --watch src/index.ts",
|
||||
"dev:build": "tsup --watch",
|
||||
|
|
Loading…
Reference in New Issue