We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f400382 commit c0dde2bCopy full SHA for c0dde2b
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: yarn --frozen-lockfile
25
- name: Run tests and collect coverage
26
- run: yarn test
+ run: yarn prepare
27
- name: Upload coverage reports to Codecov
28
uses: codecov/codecov-action@v4
29
env:
package.json
@@ -15,7 +15,7 @@
15
"test:watch": "jest --watch",
16
"build": "tsc -p tsconfig.build.json",
17
"build:watch": "tsc -p tsconfig.build.json -w",
18
- "prepare": "npm test && npm run lint && npm run build"
+ "prepare": "npm run lint && npm run build && npm test"
19
},
20
"devDependencies": {
21
"@types/jest": "^29.5.14",
0 commit comments