This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit a15ed2ab9284bb7b6555fb1e052304efedee81fc Author: David Jencks <[email protected]> AuthorDate: Mon Oct 25 07:46:31 2021 -0700 explicitly set nodeLinker to pnp to avoid interference from parent .yarnrc.yml --- .yarnrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.yarnrc.yml b/.yarnrc.yml index 3d4f461..d60572b 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -6,3 +6,4 @@ plugins: - path: github-release-binary.js yarnPath: .yarn/releases/yarn-2.4.0.cjs +nodeLinker: "pnp" \ No newline at end of file
