Skip to content

Commit b023d70

Browse files
committed
ci(publish): add build stage before publish
1 parent d333ac1 commit b023d70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Install dependencies
4747
run: npm install
4848

49+
- name: Build package
50+
run: npm run build
51+
4952
- name: Run Semantic Release
5053
env:
5154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)