Skip to content

Commit

Permalink
fix: cli build output
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayDonev committed Feb 1, 2024
1 parent d5ac40b commit 9c994bb
Show file tree
Hide file tree
Showing 10 changed files with 12,635 additions and 1,094 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm install
- run: npm install && npm run build
if: ${{ steps.release.outputs.release_created }}
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down
Loading

0 comments on commit 9c994bb

Please sign in to comment.