[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: ensure build runs in CI

Nate Moore (Mar 5, 2023, 2:28 PM -0600) a7e6a5a6 c1ed82ee

+1
+1
.github/workflows/ci.yml
··· 28 28 cache: "pnpm" 29 29 - if: ${{ steps.cache-node.outputs.cache-hit != 'true' }} 30 30 run: pnpm install 31 + - run: pnpm run build 31 32 - uses: changesets/action@v1 32 33 if: ${{ github.event_name != 'pull_request' }} 33 34 with: