Skip to content

Commit

Permalink
fix: dont spam logs with yarn install (AztecProtocol#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 Jan 15, 2024
1 parent 208991a commit 949c5ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions barretenberg/ts/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
nodeLinker: node-modules
yarnPath: '.yarn/releases/yarn-berry.cjs'
logFilters:
- code: YN0013
level: discard
3 changes: 3 additions & 0 deletions boxes/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-berry.cjs
logFilters:
- code: YN0013
level: discard
3 changes: 3 additions & 0 deletions noir/.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 noir/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 949c5ab

Please sign in to comment.