chore(repo): make sure the prepare script doesn't fail when devDependencies aren't installed
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
This commit is contained in:
parent
e590637919
commit
2de4d92422
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs": "typedoc --options typedoc.jsonc",
|
"docs": "typedoc --options typedoc.jsonc",
|
||||||
"format": "bun prettier --write '**/*.{ts,json,md}'",
|
"format": "bun prettier --write '**/*.{ts,json,md}'",
|
||||||
"prepare": "husky"
|
"prepare": "husky || true"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@getmeli/cli": "1.2.0",
|
"@getmeli/cli": "1.2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue