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

Commit ac3527e

Browse files
authored
Merge pull request #60 from alvarosaburido/bug/missing_dist_ci
fix(ci): added build script to ci release workflow
2 parents 6ab01a8 + 735f404 commit ac3527e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
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)