From ccb65ec209707d0fe0a301b81ee6174da08e6f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 26 Feb 2025 19:49:19 +0100 Subject: [PATCH] Turbo fix --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 3239392..010d736 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,7 @@ }, "pack": {}, "publish": { - "env": ["NODE_AUTH_TOKEN"] + "passThroughEnv": ["NODE_AUTH_TOKEN"] } } }