Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/gatsby/content/features/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name_of_script>`. 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

significantly increasing build times and eliminating downtime

Did you mean decreasing?


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!