We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e27bc commit 2eef4a0Copy full SHA for 2eef4a0
.husky/pre-commit
@@ -1,7 +1,3 @@
1
-#!/usr/bin/env sh
2
-# shellcheck disable=SC1091
3
-. "$(dirname -- "$0")/_/husky.sh"
4
-
5
npm run package
6
git add -A dist
7
package.json
@@ -28,7 +28,7 @@
28
"package:watch": "npm run package -- --watch",
29
"test": "vitest run --coverage --reporter=verbose",
30
"all": "npm run format:write && npm run lint && npm run test && npm run package",
31
- "prepare": "husky install"
+ "prepare": "husky"
32
},
33
"license": "MIT",
34
"dependencies": {
0 commit comments