Skip to content

Commit

Permalink
chore: added test command precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbat-ssvlabs committed Dec 26, 2024
1 parent c709841 commit 0a200b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@
"codegen": "graphql-codegen",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:prod": "vitest run",
"v-pub-tarball": "npm publish --dry-run",
"type-check": "tsc -b",
"type:perf": "tsc --extendedDiagnostics",
"release": "release-it",
"commit": "git-cz",
"lint-staged": "pnpm run type-check && pnpm test && lint-staged",
"lint-staged": "pnpm run type-check && pnpm vitest run && lint-staged",
"prepare": "husky"
},
"lint-staged": {
Expand Down

0 comments on commit 0a200b4

Please sign in to comment.