Skip to content

Commit

Permalink
let's go
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 20, 2023
1 parent 80899da commit 28d2b1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"//#build": {
"outputs": ["dist/**/*"],
"inputs": ["version.txt"]
},
"build": {
"dependsOn": ["^build"],
"dependsOn": ["^build", "//#build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
}
}
Expand Down

0 comments on commit 28d2b1f

Please sign in to comment.