[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 CI comment

Nate Moore (Mar 5, 2023, 3:03 PM -0600) d20c41f6 43ceebbb

+2
+2
.github/workflows/ci.yml
··· 28 28 cache: "pnpm" 29 29 - if: ${{ steps.cache-node.outputs.cache-hit != 'true' }} 30 30 run: pnpm install 31 + # TODO: is this manual build step actually needed? 32 + # `prepack` hook _should_ run but doesn't seem to. 31 33 - run: pnpm run build 32 34 - uses: changesets/action@v1 33 35 if: ${{ github.event_name != 'pull_request' }}