alpha
Login
or
Join now
bomb.sh
/
clack
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: ensure build runs in CI
author
Nate Moore
date
3 years ago
(Mar 5, 2023, 2:28 PM -0600)
commit
a7e6a5a6
a7e6a5a6bcc7e8aa86de29b82f5378fee4b133fe
parent
c1ed82ee
c1ed82eeb70dc85d20a021229448cfc7ed2d10e0
+1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
+1
.github/workflows/ci.yml
View file
Reviewed
···
28
28
cache: "pnpm"
29
29
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
30
30
run: pnpm install
31
31
+
- run: pnpm run build
31
32
- uses: changesets/action@v1
32
33
if: ${{ github.event_name != 'pull_request' }}
33
34
with: