We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e75ac5f + e611264 commit 7d10564Copy full SHA for 7d10564
examples/bun-build/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "bun run --watch ./index.ts",
7
"start": "bun run ./index.ts",
8
- "build": "bun build --entry ./index.ts --outdir ./out",
+ "build": "bun run ./build.ts",
9
"prepare": "ts-patch install && typia patch"
10
},
11
"devDependencies": {
0 commit comments