Skip to content

Commit

Permalink
fix: add install step to CLI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ydennisy committed Nov 19, 2023
1 parent 859415c commit bac4ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
node-version: 20.x
registry-url: https://registry.npmjs.org

- name: Install CLI
run: npm ci

- name: Build CLI
run: npm run build

Expand Down

0 comments on commit bac4ea6

Please sign in to comment.