Skip to content

Commit

Permalink
Install dependencies before building NPM package (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Nov 14, 2023
1 parent fbebdbd commit bd3581f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_lib_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
tool: biome,just

- name: Install dependencies
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn

- name: Create packages
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false just build-npm ${GITHUB_REF}

Expand Down

0 comments on commit bd3581f

Please sign in to comment.