Skip to content

Commit 62c5c38

Browse files
committed
Adding environment variables for turbo
1 parent d484e4c commit 62c5c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"tasks": {
44
"build": {
55
"dependsOn": ["^build"],
6+
"env": ["SITE_VERSION", "NODE_ENV"],
67
"inputs": ["$TURBO_DEFAULT$", ".env", ".env.*", "!**/*.stories.{tsx,jsx,mdx}"],
78
"outputs": [".next/**", "!.next/cache/**", "dist/**", "storybook-static/**"]
89
},

0 commit comments

Comments
 (0)