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 a563145 commit f8ae5bbCopy full SHA for f8ae5bb
.husky/pre-commit
@@ -1,6 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
-cd src/Misc/expressionFunc/hashFiles
5
6
-npx lint-staged
+cd src/Misc/expressionFunc/hashFiles && npx lint-staged
src/Misc/expressionFunc/hashFiles/package.json
@@ -10,7 +10,7 @@
10
"lint": "eslint src/**/*.ts",
11
"pack": "ncc build -o ../../layoutbin/hashFiles",
12
"all": "npm run format && npm run lint && npm run build && npm run pack",
13
- "prepare": "cd ../../../../ && husky install"
+ "prepare": "cd ../../../../ && husky"
14
},
15
"repository": {
16
"type": "git",
0 commit comments