Skip to content

Commit

Permalink
Merge pull request #287 from Bamdoliro/fix/env
Browse files Browse the repository at this point in the history
Update turbo.json
  • Loading branch information
gimhanul authored Aug 20, 2023
2 parents 4ed96c1 + 168ee5e commit 86e493e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"env": [
"NEXT_PUBLIC_BASE_URL",
"NODE_ENV"
],
"outputs": [".next/**", "!.next/cache/**", "storybook-static/**"]
},
"lint": {},
Expand Down

0 comments on commit 86e493e

Please sign in to comment.