upgrade yarn to berry

This commit is contained in:
an-lee
2024-01-09 20:00:06 +08:00
parent 709610a36f
commit 84c0740f4b
8 changed files with 14133 additions and 9159 deletions

View File

@@ -11,5 +11,9 @@
"publish:enjoy": "yarn workspace enjoy publish",
"lint:enjoy": "yarn workspace enjoy eslint --ext .ts,.tsx .",
"create-migration:enjoy": "yarn workspace enjoy zx ./src/main/db/create-migration.mjs"
},
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=18.0.0"
}
}