build: add workspace-tools yarn plugin

This is needed to install production-only dependencies
in Docker containers.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2022-02-12 12:48:53 +01:00
parent e7ca10bb66
commit 4f40366e91
3 changed files with 33 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2016-present, Yarn Contributors
SPDX-License-Identifier: BSD-2-Clause

View file

@ -5,5 +5,7 @@ plugins:
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.0.cjs