Skip to content

Commit 6dc7773

Browse files
committed
Bypass environment variables for license generation on Windows
1 parent 405846a commit 6dc7773

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

turbo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"CSC_LINK",
88
"CSC_KEY_PASSWORD",
99
"CSC_INSTALLER_LINK",
10-
"CSC_INSTALLER_KEY_PASSWORD"
10+
"CSC_INSTALLER_KEY_PASSWORD",
11+
"COREPACK_*",
12+
"LOCALAPPDATA",
13+
"NVM_*",
14+
"PNPM_*"
1115
],
1216
"tasks": {
1317
"build": {

0 commit comments

Comments
 (0)