Monorepo with yarn workspaces requires yarn 3.2
This commit is contained in:
parent
1f842ec1d6
commit
68d110a081
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ node_modules
|
|||||||
.parcel-cache
|
.parcel-cache
|
||||||
dist
|
dist
|
||||||
generated
|
generated
|
||||||
|
.yarnrc.yml
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
nodeLinker: node-modules
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.2.0.cjs
|
|
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Silverbullet
|
||||||
|
|
||||||
|
Install latest yarn:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
yarn set version stable
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user