diff --git a/turbo.json b/turbo.json index 193b10a..0df4513 100644 --- a/turbo.json +++ b/turbo.json @@ -37,7 +37,8 @@ ] }, "publish": { - "dependsOn": ["^build"], + "dependsOn": ["build"], + "passThroughEnv": ["YARN_NPM_AUTH_TOKEN"], "cache": false, "outputLogs": "new-only" }