Skip to content

Commit 8fb284d

Browse files
committed
update pretest for ensure test flow is correct
1 parent d989eac commit 8fb284d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"scripts": {
2929
"build": "rm -rf dist && bun build src/index.ts --outdir ./dist --target bun --minify --external elysia && tsc",
3030
"format": "prettier --write '**/*.ts' --ignore-path .gitignore",
31+
"pretest": "bun install && bun run build && cd example && bun install",
3132
"test": "bun test",
3233
"test:unit": "bun test tests/unit",
3334
"test:e2e": "bun test tests/e2e",

0 commit comments

Comments
 (0)