Add pre-commit hook to run prepare script

This commit is contained in:
mr. M
2025-01-04 17:24:21 +01:00
parent 20b5ef02b9
commit bc6c6ce66d

View File

@@ -25,6 +25,9 @@
"type": "git",
"url": "git+https://github.com/zen-browser/core.git"
},
"hooks": {
"pre-commit": "npm run prepare"
},
"keywords": [],
"author": "",
"license": "ISC",