Minor Changes
-
#99
1593131
Thanks @LekoArts! - Support Yarn Berry (currently v3 & v4) by modyfing the.yarnrc.yml
file inside the destination before trying to install packages from the local Verdaccio registry -
#101
d4d8ef9
Thanks @LekoArts! - AddSECCO_VERDACCIO_PORT
environment variable. You can use this to change the default port (4873
) when secco uses Verdaccio. -
#101
d4d8ef9
Thanks @LekoArts! - You can now use secco inside destinations that are set up with workspaces. It should work for all supported package managers (npm, yarn, pnpm, bun).Please note: secco will automatically use the
--force-verdaccio
flag when inside a workspaces project.