Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dont spam logs with yarn install #4027

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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