Fix: CI Pipeline
This commit is contained in:
10
.yarnrc.yml
10
.yarnrc.yml
@ -1,15 +1,9 @@
|
||||
# Yarn's manifest file. You can configure yarn here.
|
||||
# See https://yarnpkg.com/configuration/yarnrc.
|
||||
|
||||
# For `node_modules` (see `nodeLinker` below), this is almost always the preferred option.
|
||||
compressionLevel: 0
|
||||
|
||||
enableGlobalCache: true
|
||||
|
||||
# Lets yarn use hardlinks inside `node_modules` to dedupe packages.
|
||||
# For a more pnpm-like experience, consider `hardlinks-global` where hardlinks point to a global store.
|
||||
nmMode: hardlinks-local
|
||||
|
||||
# How to install Node packages.
|
||||
# Heads up: right now, Redwood expects this to be `node-modules`.
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.4.0.cjs
|
||||
|
Reference in New Issue
Block a user