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

Commit

Permalink
Merge pull request #60 from alvarosaburido/bug/missing_dist_ci
Browse files Browse the repository at this point in the history
fix(ci): added build script to ci release workflow
  • Loading branch information
alvarosabu authored Jul 19, 2020
2 parents 6ab01a8 + 735f404 commit ac3527e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Build Library
run: npm run build
- name: Run tests
run: npm run test
- name: Release
Expand Down

0 comments on commit ac3527e

Please sign in to comment.