Skip to content

Commit

Permalink
Merge pull request #7 from namecheap/fix/ci-workflow
Browse files Browse the repository at this point in the history
fix: added npm run build to publish step
  • Loading branch information
yehor-manzhula authored Nov 13, 2024
2 parents fd30c91 + 06d6b46 commit 06c3a96
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 @@ -47,6 +47,7 @@ jobs:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm build
- name: Publish new version
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 06c3a96

Please sign in to comment.