Skip to content

Commit

Permalink
fix: dont spam logs with yarn install [ci debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored and ludamad0 committed Jan 15, 2024
1 parent 208991a commit e49bd90
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 e49bd90

Please sign in to comment.