Skip to content

Commit

Permalink
chore: turbo.json 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Sep 14, 2024
1 parent 0a8b691 commit 6e1805a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalEnv": ["IMPORTANT_GLOBAL_VARIABLE"],
"globalEnv": ["NEXT_PUBLIC_SERVER_BASE_URL", "TEST_ACCESS_TOKEN", "TEST_REFRESH_TOKEN"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"],
"env": ["NEXT_PUBLIC_SERVER_BASE_URL", "TEST_ACCESS_TOKEN", "TEST_REFRESH_TOKEN"]
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"test:e2e": {
"dependsOn": ["^build"],
"env": ["NEXT_PUBLIC_SERVER_BASE_URL", "TEST_ACCESS_TOKEN", "TEST_REFRESH_TOKEN"]
"dependsOn": ["^build"]
},
"lint": {
"dependsOn": ["^lint"]
Expand Down

0 comments on commit 6e1805a

Please sign in to comment.