fix(create-bot): husky || true

This commit is contained in:
alina 🌸 2024-03-17 20:16:04 +03:00
parent d3344dd7b5
commit 9f76b78103
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -10,7 +10,7 @@
"type": "module",
"scripts": {
{{#if features.linters}}
"prepare": "husky",
"prepare": "husky || true",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write \"src/**/*.ts\"",