[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: add test command

Nate Moore (Nov 21, 2024, 9:15 PM -0600) 5a81c043 caf033c2

+3 -1
+1
package.json
··· 13 13 "format:code": "prettier -w . --cache", 14 14 "format:imports": "organize-imports-cli ./packages/*/tsconfig.json", 15 15 "type-check": "tsc", 16 + "test": "pnpm -r run test", 16 17 "ci:version": "changeset version && pnpm install --no-frozen-lockfile", 17 18 "ci:publish": "changeset publish", 18 19 "ci:format": "pnpm run format"
+2 -1
packages/core/package.json
··· 50 50 "packageManager": "pnpm@8.6.12", 51 51 "scripts": { 52 52 "build": "unbuild", 53 - "prepack": "pnpm build" 53 + "prepack": "pnpm build", 54 + "test": "vitest run" 54 55 }, 55 56 "dependencies": { 56 57 "picocolors": "^1.0.0",