Update package.json

This commit is contained in:
kleap-admin 2026-01-16 11:37:02 +00:00
parent 5fbe24ccb7
commit d0b9995ab0
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"preinstall": "rm -f package-lock.json"
},
"dependencies": {
"@hookform/resolvers": "^4.1.0",