mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-08 15:41:36 +00:00
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:
parent
e7ca10bb66
commit
4f40366e91
3 changed files with 33 additions and 0 deletions
28
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
28
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
3
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs.license
vendored
Normal file
3
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs.license
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2016-present, Yarn Contributors
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue