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 0c126bd commit 3c707e1Copy full SHA for 3c707e1
.husky/commit-msg
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
yarn commitlint --edit $1
.husky/pre-commit
yarn lint-staged
package.json
@@ -45,7 +45,7 @@
45
"watch": "yarn --cwd packages/mongodb-memory-server-core run watch",
46
"build": "tsc --build tsconfig.build.json",
47
"readme:toc": "doctoc ./README.md",
48
- "postinstall": "husky install",
+ "postinstall": "husky",
49
"website": "yarn --cwd website/ run start",
50
"typedoc": "yarn --cwd packages/mongodb-memory-server-core/ typedoc"
51
}
0 commit comments