Skip to content

Commit

Permalink
Fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 21, 2024
1 parent 8897e9f commit 7bb1f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
node-version: 21
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- name: Build package
run: npm run build -w ${{ matrix.target }}
Expand Down

0 comments on commit 7bb1f76

Please sign in to comment.