Skip to content

Commit 06d6b46

Browse files
author
Egor Manzhula
committed
fix: added npm run build to publish step
1 parent fd30c91 commit 06d6b46

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)