[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.

fix: package.json

Christian Preston (Aug 25, 2023, 10:40 AM EDT) 3ca1837e 68528eb2

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