Skip to content

Commit b3e7b02

Browse files
committed
fix: env passthrough for publish:safe
Signed-off-by: Andres Correa Casablanca <[email protected]>
1 parent 4a018a0 commit b3e7b02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

turbo.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
},
9898
"publish:safe": {
9999
"dependsOn": ["^publish:safe"],
100-
"cache": false
100+
"cache": false,
101+
"env": ["NODE_AUTH_TOKEN", "NPM_CONFIG_PROVENANCE"],
102+
"passThroughEnv": ["NODE_AUTH_TOKEN", "NPM_CONFIG_PROVENANCE"]
101103
},
102104
"test": {
103105
"dependsOn": ["build", "^test"],

0 commit comments

Comments
 (0)