Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored and xbtmatt committed Dec 4, 2024
1 parent 3ec604f commit 1920dd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/typescript/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"globalEnv": [],
"tasks": {
"build": {
"dependsOn": ["^build"],
"dependsOn": [
"^build"
],
"outputs": [
"dist/**",
".next/**"
Expand Down

0 comments on commit 1920dd4

Please sign in to comment.