Skip to content

Commit

Permalink
chore: silence recipes format logs (FuelLabs#3451)
Browse files Browse the repository at this point in the history
* chore: silence recipe logs

* chore: update changeset
  • Loading branch information
danielbate authored and starc007 committed Dec 9, 2024
1 parent 6fa356a commit c4e65e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/afraid-ligers-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: silence recipes format logs
2 changes: 1 addition & 1 deletion packages/recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "run-s build:package build:recipes build:format",
"build:package": "tsup",
"build:recipes": "tsx ./scripts/build-recipes.ts",
"build:format": "prettier --config ../../.prettierrc --write .",
"build:format": "prettier --config ../../.prettierrc --log-level error --write .",
"postbuild": "tsx ../../scripts/postbuild.ts"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit c4e65e3

Please sign in to comment.