Skip to content

Commit 86e493e

Browse files
authored
Merge pull request #287 from Bamdoliro/fix/env
Update turbo.json
2 parents 4ed96c1 + 168ee5e commit 86e493e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"pipeline": {
55
"build": {
66
"dependsOn": ["^build"],
7+
"env": [
8+
"NEXT_PUBLIC_BASE_URL",
9+
"NODE_ENV"
10+
],
711
"outputs": [".next/**", "!.next/cache/**", "storybook-static/**"]
812
},
913
"lint": {},

0 commit comments

Comments
 (0)