Skip to content

Commit 9df61f7

Browse files
committed
Revert "chore: bundle dependencies into dist for standalone execution"
This reverts commit 5d30f2f.
1 parent 5d30f2f commit 9df61f7

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 --noExternal @clack/prompts --noExternal ws",
14+
"build": "tsup src/cli.ts --format esm --out-dir dist --target node20 --clean",
1515
"local": "npm run build && node dist/cli.js",
1616
"dev": "tsx src/cli.ts",
1717
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)