yarn-plugins
yarn-plugins copied to clipboard
Yarn plugins for Yarn 2.
`package.json` of workspaces that are not dependencies are included in docker image. Wondering if this is avoidable?
Hi, thank you for the plugins! We are using plugin-docker-build in [rafiki](https://github.com/interledger/rafiki) When I check out the `main` branch of that repo and run `yarn install` and `yarn docker build...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.1.1 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
When using this as described in the README on Github Actions: ``` Step 13/22 : COPY --chown=nextjs:nodejs packs ./ failed to export image: failed to create image: failed to get...
How would I use this plugin in CI/CD together with https://github.com/docker/build-push-action?
Would be really cool if this plugin supported buildx so that I could build my images for different architectures the easy way!
Do you plan to finalize your Yarn 3 migration? I can help with the rest of the plugins if you wish.
Hopefully there's an easy answer to this! I'm trying to use the docker-build plugin on Yarn 3 -- it works really well, with the exception of one big issue. The...
Similar to lerna publish or ultra-runner, write the built information into the cache file, and then run the command again according to the cache file to calculate which module changes...