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

run build in ci

Nate Moore (Mar 5, 2023, 2:34 PM -0600) e9829435 17933895

+1
+1
.github/workflows/lint.yml
··· 19 19 cache: "pnpm" 20 20 - if: ${{ steps.cache-node.outputs.cache-hit != 'true' }} 21 21 run: pnpm install 22 + - run: pnpm build 22 23 - run: pnpm type-check