Skip to content

Commit b8d9ab3

Browse files
committed
chore: put back the bin in dist to avoid it being pushed to git
1 parent d28af7d commit b8d9ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node --experimental-strip-types --no-warnings=ExperimentalWarnings src/app.ts",
77
"type-check": "tsc --noEmit",
88
"lint": "eslint --ext .ts src",
9-
"build": "bun build ./src/app.ts --compile"
9+
"build": "bun build ./src/app.ts --compile --outfile dist/app"
1010
},
1111
"type": "module",
1212
"keywords": [],

0 commit comments

Comments
 (0)