Skip to content

Commit

Permalink
chore: silence recipe logs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Dec 6, 2024
1 parent 2c60078 commit 4ff7e6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/afraid-ligers-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/recipes": patch
---

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 4ff7e6c

Please sign in to comment.