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 1e4b115 commit 7fa8f58Copy full SHA for 7fa8f58
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npm run test
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run lint && npm run unit && npm run typescript && ts-node test/types/index.ts",
17
"posttest": "npm run clean",
18
"typescript": "tsd",
19
- "prepare": "husky install",
+ "prepare": "husky",
20
"clean": "rm -f orama_test* && rm -f *.msp",
21
"preunit": "npm run clean",
22
"unit": "c8 node --test --test-reporter spec",
0 commit comments