mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 10:58:16 +00:00
4ca4c808a5
* add .yarnrc.yml to advanced example solution add .yanrc.yml to advanced example so that it builds correctly * Create .yarnrc.yml This file is needed or else when yarn runs in `docker build` will attempt to use PnP * Create .yarnrc.yml This file is needed or else when yarn runs in `docker build` will attempt to use PnP * Create .yarnrc.yml This file is needed or else when yarn runs in `docker build` will attempt to use PnP * Update .yarnrc.yml's message to be more accurate Remove docker reference as it is irrelevant * Update .yarnrc.yml to be more accurate Removed reference to docker as it was irrelevant * Update .yarnrc.yml to be more accurate Remove reference to docker as it is irrelevant * Update .yarnrc.yml to be more accurate Remove reference to docker as it is irrelevant
5 lines
146 B
YAML
5 lines
146 B
YAML
# This file is needed or else when yarn runs it will attempt to use PnP
|
|
compressionLevel: mixed
|
|
enableGlobalCache: false
|
|
nodeLinker: node-modules
|