Skip to content

Commit

Permalink
fix: env passthrough for publish:safe
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Aug 8, 2024
1 parent 4a018a0 commit b3e7b02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@
},
"publish:safe": {
"dependsOn": ["^publish:safe"],
"cache": false
"cache": false,
"env": ["NODE_AUTH_TOKEN", "NPM_CONFIG_PROVENANCE"],
"passThroughEnv": ["NODE_AUTH_TOKEN", "NPM_CONFIG_PROVENANCE"]
},
"test": {
"dependsOn": ["build", "^test"],
Expand Down

0 comments on commit b3e7b02

Please sign in to comment.