Skip to content

Commit 1cdcc74

Browse files
committed
ci: fix npm publish to first build the package so that the dist folder is available
1 parent 1611b7f commit 1cdcc74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci
2929

30+
- name: Build plugin
31+
run: npm run build
32+
3033
- name: Update package version from release tag
3134
run: |
3235
TAG_VERSION=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)