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 d6ef111 commit 258094eCopy full SHA for 258094e
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
npm run quality
package.json
@@ -19,7 +19,7 @@
19
"test:coverage": "vitest run --coverage",
20
"compile-typst-examples": "jiti scripts/compile-typst-examples.ts",
21
"quality": "prettier -c . && eslint . && tsc -b && npm run test",
22
- "prepare": "husky install"
+ "prepare": "husky"
23
},
24
"dependencies": {
25
"@codemirror/lang-markdown": "^6.5.0",
0 commit comments