Skip to content

Commit 4b58976

Browse files
authoredNov 14, 2023
Don't worry about modifying lock files while building examples before release (#144)
1 parent bd3581f commit 4b58976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish_lib_to_npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false just build-npm ${GITHUB_REF}
3939

4040
- name: Build examples
41-
run: just build-examples
41+
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false just build-examples
4242

4343
- name: Perform type-checking
4444
run: just type-check-all

0 commit comments

Comments
 (0)
Please sign in to comment.