diff --git a/turbo.json b/turbo.json index 2935773ec..6a33ebf0f 100644 --- a/turbo.json +++ b/turbo.json @@ -34,7 +34,8 @@ }, "test:e2e": { "dependsOn": ["^build"], - "outputs": ["coverage/**"] + "outputs": ["coverage/**"], + "env": ["DISCORD_TOKEN", "E2E_TEST_GUILD_ID"] }, "lint": { "dependsOn": ["build:type"],