Skip to content

Commit

Permalink
fix: dont spam logs with yarn install (#4027)
Browse files Browse the repository at this point in the history
This output was getting cut off in the noir-packages ci job. This
standardizes what was already in yarn-project
  • Loading branch information
ludamad authored and AztecBot committed Jan 15, 2024
1 parent 001b8e0 commit 5e51255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
logFilters:
- code: YN0013
level: discard
3 changes: 3 additions & 0 deletions docs/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
nodeLinker: node-modules
logFilters:
- code: YN0013
level: discard

0 comments on commit 5e51255

Please sign in to comment.