yarn: install workspace tools plugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -64,6 +64,7 @@ typings/
|
||||
# Yarn 3 with modules linker
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
|
||||
# Node version directives
|
||||
.nvmrc
|
||||
|
||||
File diff suppressed because one or more lines are too long
+7
-1
@@ -1,5 +1,11 @@
|
||||
httpTimeout: 300000
|
||||
|
||||
nodeLinker: node-modules
|
||||
httpTimeout: 300000
|
||||
|
||||
npmRegistryServer: "https://registry.npmjs.org/"
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.2.cjs
|
||||
|
||||
Reference in New Issue
Block a user