Skip to content

Commit

Permalink
Don't worry about modifying lock files while building examples before…
Browse files Browse the repository at this point in the history
… release (#144)
  • Loading branch information
arendjr authored Nov 14, 2023
1 parent bd3581f commit 4b58976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_lib_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false just build-npm ${GITHUB_REF}

- name: Build examples
run: just build-examples
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false just build-examples

- name: Perform type-checking
run: just type-check-all
Expand Down

0 comments on commit 4b58976

Please sign in to comment.