Skip to content

Commit

Permalink
Merge pull request #1393 from notaphplover/fix/update-turbo-with-miss…
Browse files Browse the repository at this point in the history
…ing-env-deps

Update turbo config with env dependencies
  • Loading branch information
notaphplover committed Jun 30, 2024
2 parents 489141d + ebddffa commit 692ed05
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@
},
"test:e2e:js": {
"cache": false,
"dependsOn": ["build"]
"dependsOn": ["build"],
"inputs": [
"$TURBO_DEFAULT$",
"ONE_JS_GAME_SERVICE_DOT_ENV_PATH",
"ONE_JS_GATEWAY_SERVICE_DOT_ENV_PATH",
"ONE_JS_TEST_E2E_DOT_ENV_PATH",
"ONE_JS_USER_SERVICE_DOT_ENV_PATH"
]
},
"test:integration:js": {
"dependsOn": ["build"],
Expand Down

0 comments on commit 692ed05

Please sign in to comment.