Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 21, 2024
1 parent bae9309 commit 242e5d0
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {},
"lint": {},
"lint:fix": {},
"test": {}
}
}
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"lint": {},
"lint:fix": {},
"test": {}
}
}

0 comments on commit 242e5d0

Please sign in to comment.