Skip to content

Commit

Permalink
[workflows] build libs before
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 10, 2024
1 parent 117c02b commit f9aa90d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
with:
node-version: 18

- name: build libs
run: |
npm --prefix ../../ run build-libs
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit f9aa90d

Please sign in to comment.