Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 735f404

Browse files
committed
fix(ci): added build script to ci release workflow
1 parent 3c08026 commit 735f404

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
@@ -16,6 +16,8 @@ jobs:
1616
node-version: 12
1717
- name: Install dependencies
1818
run: npm ci
19+
- name: Build Library
20+
run: npm run build
1921
- name: Run tests
2022
run: npm run test
2123
- name: Release

0 commit comments

Comments
 (0)