From 47905d86b6754df0e2ba5b87f6d49072d43b06a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 26 Feb 2025 19:35:22 +0100 Subject: [PATCH] Turbo fix --- turbo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 2104ebb..3239392 100644 --- a/turbo.json +++ b/turbo.json @@ -7,6 +7,8 @@ "outputs": ["./dist/**"] }, "pack": {}, - "publish": {} + "publish": { + "env": ["NODE_AUTH_TOKEN"] + } } }