[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: refactor build process

Nate Moore (Feb 14, 2023, 8:07 AM -0600) 2f2782eb 0bea4b26

+3 -1
+3 -1
package.json
··· 4 4 "type": "module", 5 5 "scripts": { 6 6 "stub": "pnpm -r run prepack --stub", 7 - "build": "pnpm -r run prepack", 7 + "build": "pnpm run build:core && pnpm run build:prompts", 8 + "build:core": "pnpm --filter @clack/core run prepack", 9 + "build:prompts": "pnpm --filter @clack/prompts run prepack", 8 10 "start": "pnpm --filter @example/basic run start" 9 11 }, 10 12 "devDependencies": {