mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
chore: run tools:unpack before tests
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@
|
||||
"publish-npm:dry-run": "bun run scripts/publish-npm.ts --dry-run",
|
||||
"tools:unpack": "bun run scripts/unpack-tools.ts",
|
||||
"update-homebrew-formula": "bun run scripts/update-homebrew-formula.ts",
|
||||
"test": "vitest run",
|
||||
"test": "bun run tools:unpack && vitest run",
|
||||
"test:win": "vitest run",
|
||||
"dev": "tsx src/index.ts",
|
||||
"dev:local-server": "tsx --env-file .env.dev-local-server src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user