Merge pull request #411 from itsOdell/feat/force-use-yarn

feat: force developer to use yarn
This commit is contained in:
Zamitto 2024-05-16 12:50:08 -03:00 committed by GitHub
commit fb5ed9aae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict = true

View File

@ -10,6 +10,10 @@
"url": "https://github.com/hydralauncher/hydra.git" "url": "https://github.com/hydralauncher/hydra.git"
}, },
"type": "module", "type": "module",
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.19.1"
},
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
"format-check": "prettier --check .", "format-check": "prettier --check .",