Avoids accidentally running npm

This commit is contained in:
Daniel Lugo 2021-06-24 15:45:31 -04:00
parent e43d85d668
commit b3f5477aaf
2 changed files with 4 additions and 0 deletions

1
.npmrc Normal file
View file

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

View file

@ -110,5 +110,8 @@
"hooks": { "hooks": {
"pre-commit": "yarn lint && yarn typecheck && yarn lint-staged" "pre-commit": "yarn lint && yarn typecheck && yarn lint-staged"
} }
},
"engines": {
"npm": "Use yarn!"
} }
} }