Skip to content

Commit d6aaf66

Browse files
committed
fix: fix the release script to actually build the package -__-
1 parent c1a3c5a commit d6aaf66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: npm ci
2323
- name: Test
2424
run: npm test
25+
- name: Build
26+
run: npm run build:plugin
2527
- name: Publish
2628
run: npx semantic-release
2729
env:

0 commit comments

Comments
 (0)