Skip to content

Commit

Permalink
ci: update turbo.json to allow CI env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Jul 10, 2024
1 parent 1ea8c42 commit e421975
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
Expand Up @@ -2,15 +2,12 @@
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"build": {
"dependsOn": [
"^build"
],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": [
"build"
]
"env": ["CI"],
"dependsOn": ["build"]
},
"typecheck": {
"cache": false
Expand Down

0 comments on commit e421975

Please sign in to comment.