Skip to content

Commit ebb7098

Browse files
committed
chore(ci): update scripts
1 parent aacfffe commit ebb7098

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
npm run check
12
npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postpack": "shx rm -f oclif.manifest.json",
2424
"prepare": "node .husky/install.mjs",
2525
"prepack": "oclif manifest",
26-
"pretest": "npm run check && npm run typecheck",
26+
"pretest": "npm run typecheck",
2727
"readme": "npm run check:fix && npm run build && oclif readme",
2828
"test": "globstar -- node --import tsx --test --experimental-test-module-mocks \"test/**/*.test.ts\"",
2929
"test:e2e": "globstar -- node --import tsx --test \"e2e/**/*.test.ts\"",

0 commit comments

Comments
 (0)