mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05: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 2 additions and 0 deletions
BIN
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
BIN
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
Binary file not shown.
BIN
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs.license
vendored
Normal file
BIN
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs.license
vendored
Normal file
Binary file not shown.
|
@ -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…
Reference in a new issue