We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4755bbc commit 71d0c66Copy full SHA for 71d0c66
.github/actions/install-dependencies/action.yml
@@ -36,6 +36,7 @@ runs:
36
echo TURBO_TEAM=${{ inputs.turbo-team }} >> .env
37
echo TURBO_TOKEN=${{ inputs.turbo-token }} >> .env
38
echo TURBO_REMOTE_CACHE_SIGNATURE_KEY=${{ inputs.turbo-signature }} >> .env
39
+ echo TURBO_ENV_MODE=loose >> .env
40
41
- name: Install NPM Dependencies
42
shell: bash
0 commit comments