Skip to content

Commit 36f8c2e

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

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
@@ -7,7 +7,7 @@
77
"type-check": "tsc --noEmit",
88
"lint": "eslint --ext .ts src",
99
"test": "vitest",
10-
"build": "bun build ./src/app.ts --compile",
10+
"build": "bun build ./src/app.ts --compile --outfile dist/app",
1111
"debug": "mcp-inspector npm start"
1212
},
1313
"type": "module",

0 commit comments

Comments
 (0)