Skip to content

Commit 5d30f2f

Browse files
committed
chore: bundle dependencies into dist for standalone execution
1 parent 86fb0f4 commit 5d30f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"README.md"
1212
],
1313
"scripts": {
14-
"build": "tsup src/cli.ts --format esm --out-dir dist --target node20 --clean",
14+
"build": "tsup src/cli.ts --format esm --out-dir dist --target node20 --clean --noExternal @clack/prompts --noExternal ws",
1515
"local": "npm run build && node dist/cli.js",
1616
"dev": "tsx src/cli.ts",
1717
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)