Add yarn version plugin

This commit is contained in:
willclarktech 2021-04-28 14:57:16 +02:00
parent 713152a9cf
commit 676770e2d2
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 79 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,8 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
preferInteractive: true