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 8fb284d commit 470f364Copy full SHA for 470f364
package.json
@@ -27,8 +27,9 @@
27
],
28
"scripts": {
29
"build": "rm -rf dist && bun build src/index.ts --outdir ./dist --target bun --minify --external elysia && tsc",
30
+ "clean": "rm -rf dist example/node_modules",
31
"format": "prettier --write '**/*.ts' --ignore-path .gitignore",
- "pretest": "bun install && bun run build && cd example && bun install",
32
+ "pretest": "bun run clean && bun install && bun run build && cd example && bun install",
33
"test": "bun test",
34
"test:unit": "bun test tests/unit",
35
"test:e2e": "bun test tests/e2e",
0 commit comments