Add pre-commit verification hook

This commit is contained in:
Federico Jaramillo Martinez
2026-05-11 11:14:48 +02:00
parent c82486a2e5
commit 020b8f00ca
6 changed files with 55 additions and 22 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
"prepack": "npm run build",
"pack:dry": "npm pack --dry-run",
"prepublishOnly": "npm run verify",
"publish:npm": "npm publish --access public"
"publish:npm": "npm publish --access public",
"prepare": "node scripts/install-git-hooks.mjs"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",