diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 0000000..dfd70d4 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1,15 @@ +compressionLevel: mixed + +enableGlobalCache: true + +nmMode: hardlinks-local + +nodeLinker: node-modules + +npmAuthToken: "${NPM_TOKEN:-NONE}" + +npmPublishAccess: public + +npmPublishRegistry: "https://registry.npmjs.org" + +yarnPath: .yarn/releases/yarn-4.2.2.cjs