feat(FE): add pre-commit script

This commit is contained in:
ValdiANS
2026-03-09 09:28:45 +07:00
parent 9389fa0354
commit 698fe2e851
+2 -1
View File
@@ -8,7 +8,8 @@
"start": "next start",
"lint": "eslint",
"prepare": "husky",
"format": "prettier --write ."
"format": "prettier --write .",
"pre-commit": "npm run format && npm run lint && npx tsc --noEmit && npm run build"
},
"dependencies": {
"@react-pdf/renderer": "^4.3.1",