Skip to content

Commit 6f403c2

Browse files
fix: correct npm script command for test coverage in package.json
1 parent b42b859 commit 6f403c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ jobs:
99
name: Lint, Test, Build
1010
uses: ./.github/workflows/on-call-lint-test-build.yml
1111
secrets: inherit
12-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"build": "tsc",
2121
"watch": "tsc -w",
22-
"check": "npm run lint && npm run lint:ts && npm test:coverage",
22+
"check": "npm run lint && npm run lint:ts && npm run test:coverage",
2323
"lint": "biome check --write --unsafe",
2424
"lint:ts": "tsc --noEmit",
2525
"prepare": "simple-git-hooks",

0 commit comments

Comments
 (0)