Skip to content

Commit

Permalink
[workflows] run install before build libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 10, 2024
1 parent f9aa90d commit 7cf6a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

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

0 comments on commit 7cf6a9b

Please sign in to comment.