There was an error while loading. Please reload this page.
1 parent 5d30f2f commit 9df61f7Copy full SHA for 9df61f7
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"README.md"
12
],
13
"scripts": {
14
- "build": "tsup src/cli.ts --format esm --out-dir dist --target node20 --clean --noExternal @clack/prompts --noExternal ws",
+ "build": "tsup src/cli.ts --format esm --out-dir dist --target node20 --clean",
15
"local": "npm run build && node dist/cli.js",
16
"dev": "tsx src/cli.ts",
17
"typecheck": "tsc --noEmit",
0 commit comments