We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989eac commit 8fb284dCopy full SHA for 8fb284d
package.json
@@ -28,6 +28,7 @@
28
"scripts": {
29
"build": "rm -rf dist && bun build src/index.ts --outdir ./dist --target bun --minify --external elysia && tsc",
30
"format": "prettier --write '**/*.ts' --ignore-path .gitignore",
31
+ "pretest": "bun install && bun run build && cd example && bun install",
32
"test": "bun test",
33
"test:unit": "bun test tests/unit",
34
"test:e2e": "bun test tests/e2e",
0 commit comments