diff --git a/packages/gatsby/content/features/plugins.md b/packages/gatsby/content/features/plugins.md index 2b5d3601d040..fc5fdd9c737b 100644 --- a/packages/gatsby/content/features/plugins.md +++ b/packages/gatsby/content/features/plugins.md @@ -105,4 +105,6 @@ This is just a centralized list of third-party plugins to make discovery easier. - [**yarn-plugin-scripts**](https://github.com/jgttech/yarn-plugin-scripts) by [**jgttech**](https://github.com/jgttech) - Add capability to define customized scripts within the `.yarnrc.yml` file, similar to `package.json`, but more robost and similar to something like GitHub Actions. Each script can be invoked by its name, such as `yarn scripts `. Each script is an array of one or more commands to execute. +- [**yarn-scripts-cache**](https://github.com/rgischk/yarn-scripts-cache) by [**Roman Gischkowski**](https://github.com/rgischk) - A Yarn Berry plugin to cache script execution results. Previous build results can be restored, even from a remote cache server. This allows for build result sharing with a team of developers, significantly increasing build times and eliminating downtime. + If you wrote a plugin yourself, feel free to [open a PR](https://github.com/yarnpkg/berry/edit/master/packages/gatsby/content/features/plugins.md) to add it at the end of this list!