We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacfffe commit ebb7098Copy full SHA for ebb7098
.husky/pre-commit
@@ -1 +1,2 @@
1
+npm run check
2
npm test
package.json
@@ -23,7 +23,7 @@
23
"postpack": "shx rm -f oclif.manifest.json",
24
"prepare": "node .husky/install.mjs",
25
"prepack": "oclif manifest",
26
- "pretest": "npm run check && npm run typecheck",
+ "pretest": "npm run typecheck",
27
"readme": "npm run check:fix && npm run build && oclif readme",
28
"test": "globstar -- node --import tsx --test --experimental-test-module-mocks \"test/**/*.test.ts\"",
29
"test:e2e": "globstar -- node --import tsx --test \"e2e/**/*.test.ts\"",
0 commit comments