Skip to content

Commit

Permalink
fix: build package before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandros-megas committed Feb 5, 2022
1 parent e6f33e1 commit 597fe90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: 16
- name: Install deps
run: yarn install
- name: Build package
run: yarn build

release:
needs: build
Expand Down

0 comments on commit 597fe90

Please sign in to comment.