mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: use npx for preparing husky
This commit is contained in:
parent
39a67abd6c
commit
f51e8cb985
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"prepare": "husky install"
|
||||
"prepare": "npx husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@skeletonlabs/skeleton": "^1.10.0",
|
||||
|
|
Loading…
Reference in a new issue