Skip to content

Commit

Permalink
chore: turbo v2 config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oedotme committed Jun 24, 2024
1 parent 6ab3389 commit 7af8307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "@generouted/repo",
"packageManager": "pnpm@9.0.0",
"private": true,
"description": "Generated client-side file-based routes for Vite",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
Expand Down
11 changes: 4 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"pipeline": {
"ui": "stream",
"tasks": {
"dev": {
"cache": false
},
"build": {
"dependsOn": ["^build", "^test", "^type-check"],
"outputs": ["dist/**"]
},
"test": {
"outputs": []
},
"type-check": {
"outputs": []
}
"test": {},
"type-check": {}
}
}

0 comments on commit 7af8307

Please sign in to comment.