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 4175d0e commit 9a1fc88Copy full SHA for 9a1fc88
.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
@@ -34,7 +34,7 @@
34
"package:watch": "npm run package -- --watch",
35
"test": "vitest run --coverage --reporter=verbose",
36
"all": "npm run format:write && npm run lint && npm run test && npm run package",
37
- "prepare": "husky install"
+ "prepare": "husky"
38
},
39
"license": "MIT",
40
"dependencies": {
0 commit comments