Merge pull request #411 from itsOdell/feat/force-use-yarn
Some checks are pending
Build / build (ubuntu-latest) (push) Waiting to run
Build / build (windows-latest) (push) Waiting to run

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"
},
"type": "module",
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.19.1"
},
"scripts": {
"format": "prettier --write .",
"format-check": "prettier --check .",