Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-bertoncelli committed Jun 20, 2024
1 parent 1b495ec commit 814219f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- name: NPM package publish (npmjs registry)
if: "${{ env.TAG }}"
run: |
npm ci
npm run build
cp package.json dist/
cd dist/ && npm publish
Expand Down

0 comments on commit 814219f

Please sign in to comment.