Skip to content

Commit

Permalink
maintenance: run gen script before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Oct 9, 2024
1 parent 15d9dbd commit aa0fed5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
"cache": false,
"persistent": true
},
"gen": {
"dependsOn": ["^gen"],
"outputs": ["./**/contentlayer/**/*"]
},
"lint": {
"dependsOn": ["^lint"]
"dependsOn": ["gen", "^lint"]
}
}
}

0 comments on commit aa0fed5

Please sign in to comment.