Skip to content

Commit 71d0c66

Browse files
authored
Restore turbo loose mode (#7102)
1 parent 4755bbc commit 71d0c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runs:
3636
echo TURBO_TEAM=${{ inputs.turbo-team }} >> .env
3737
echo TURBO_TOKEN=${{ inputs.turbo-token }} >> .env
3838
echo TURBO_REMOTE_CACHE_SIGNATURE_KEY=${{ inputs.turbo-signature }} >> .env
39+
echo TURBO_ENV_MODE=loose >> .env
3940
4041
- name: Install NPM Dependencies
4142
shell: bash

0 commit comments

Comments
 (0)