Skip to content

Commit bd3581f

Browse files
authored
Install dependencies before building NPM package (#143)
1 parent fbebdbd commit bd3581f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_lib_to_npm.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
tool: biome,just
3333

34+
- name: Install dependencies
35+
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
36+
3437
- name: Create packages
3538
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false just build-npm ${GITHUB_REF}
3639

0 commit comments

Comments
 (0)