fix(create-bot): husky || true
This commit is contained in:
parent
d3344dd7b5
commit
9f76b78103
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
{{#if features.linters}}
|
{{#if features.linters}}
|
||||||
"prepare": "husky",
|
"prepare": "husky || true",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint --fix .",
|
"lint:fix": "eslint --fix .",
|
||||||
"format": "prettier --write \"src/**/*.ts\"",
|
"format": "prettier --write \"src/**/*.ts\"",
|
||||||
|
|
Loading…
Reference in a new issue