Skip to content

Commit 06c3a96

Browse files
Merge pull request #7 from namecheap/fix/ci-workflow
fix: added npm run build to publish step
2 parents fd30c91 + 06d6b46 commit 06c3a96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
node-version: 20.x
4848
cache: "npm"
4949
- run: npm ci
50+
- run: npm build
5051
- name: Publish new version
5152
env:
5253
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)