Skip to content

Commit 5f2806f

Browse files
committed
chore: update workflows and package config
1 parent c41b7bf commit 5f2806f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run format:check
3838

3939
- name: Run unit tests with coverage
40-
run: npm run test:cov
40+
run: npm run test
4141
env:
4242
NODE_ENV: test
4343

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"lint:check": "eslint \"src/**/*.ts\"",
2525
"format": "prettier --write \"src/**/*.ts\"",
2626
"format:check": "prettier --check \"src/**/*.ts\"",
27-
"test": "jest --config test/jest.json --runInBand --forceExit",
28-
"test:cov": "jest --config test/jest.json --runInBand --forceExit --coverage",
27+
"test": "jest --config test/jest.json --runInBand --forceExit --coverage"
2928
"version:patch": "npm version patch --no-git-tag-version",
3029
"version:minor": "npm version minor --no-git-tag-version",
3130
"version:major": "npm version major --no-git-tag-version"

0 commit comments

Comments
 (0)