1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

feat: Upgrade a Yarn 3

This commit is contained in:
Maicol Battistini
2021-07-30 19:02:07 +02:00
parent 74f18e57b7
commit 4fe85bb443
2 changed files with 11 additions and 0 deletions

9
.yarnrc.yml Normal file
View File

@@ -0,0 +1,9 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
preferInteractive: true
yarnPath: .yarn/releases/yarn-berry.cjs

View File

@@ -1,4 +1,6 @@
{
"name": "osm_rewrite",
"packageManager": "yarn@3.0.0",
"private": true,
"scripts": {
"dev": "npm run development",