This commit is contained in:
KATT 2021-10-15 23:15:34 +02:00
parent 3641d5e46e
commit 85948b50c7

View File

@ -22,7 +22,8 @@
"postinstall": "prisma generate",
"pre-commit": "lint-staged",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
"prepare": "husky install"
"prepare": "husky install",
"check-changed-files": "yarn ts-node scripts/ts-check-changed-files.ts"
},
"engines": {
"node": "14.x",