Skip to content

Commit

Permalink
Merge pull request #31 from route06inc/add-fmt-script
Browse files Browse the repository at this point in the history
maintenance: add fmt:turbo script to package.json
  • Loading branch information
MH4GF authored Oct 9, 2024
2 parents 70c5da4 + b10ab98 commit 26324bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lint": "conc -c auto pnpm:lint:*",
"lint:turbo": "turbo lint",
"lint:packageVersion": "syncpack list-mismatches",
"fmt:turbo": "turbo fmt",
"gen:turbo": "turbo gen"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
Expand Down
3 changes: 2 additions & 1 deletion frontend/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"lint": {
"dependsOn": ["gen", "^lint"]
}
},
"fmt": {}
}
}

0 comments on commit 26324bf

Please sign in to comment.