Dev: prevent accidentally using npm over yarn

This commit is contained in:
larabr 2025-09-22 16:46:27 +02:00
parent 6232629329
commit 19f9b262d4
2 changed files with 5 additions and 1 deletions

1
.npmrc Normal file
View file

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

View file

@ -70,5 +70,8 @@
"webpack": "^5.101.3",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@4.10.2"
"packageManager": "yarn@4.10.2",
"engines": {
"npm": "please use yarn"
}
}