Skip to content

Commit b8f9164

Browse files
committed
fix: releases 1.0.4 and 1.0.5 were broken
1 parent ac2e218 commit b8f9164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
node-version-file: .node-version
3838
- name: Install dependencies
3939
run: npm ci --ignore-scripts
40+
- name: Build
41+
run: npm run build
4042
- name: Release package
4143
run: npx semantic-release
4244
env:

0 commit comments

Comments
 (0)