Skip to content

Commit 7d10564

Browse files
authored
Merge pull request #116 from ryoppippi/feature/fix-bun-ex
feat: change build script in bun-build package.json
2 parents e75ac5f + e611264 commit 7d10564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bun-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "bun run --watch ./index.ts",
77
"start": "bun run ./index.ts",
8-
"build": "bun build --entry ./index.ts --outdir ./out",
8+
"build": "bun run ./build.ts",
99
"prepare": "ts-patch install && typia patch"
1010
},
1111
"devDependencies": {

0 commit comments

Comments
 (0)