fix: use npx for preparing husky

This commit is contained in:
Bart van der Braak 2023-08-02 03:24:43 +02:00 committed by GitHub
parent 39a67abd6c
commit f51e8cb985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",