Skip to content

Commit 4ff37ce

Browse files
committed
ci(release): build before release to include dist
1 parent c46ee4b commit 4ff37ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
node-version: 12
9292
- name: Install project
9393
run: npm ci --ignore-scripts
94+
- name: Build
95+
run: npm run build
9496
- name: Release
9597
env:
9698
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)