Skip to content

Commit c0dde2b

Browse files
committed
ascii-cli-9: fix ci
1 parent f400382 commit c0dde2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: yarn --frozen-lockfile
2525
- name: Run tests and collect coverage
26-
run: yarn test
26+
run: yarn prepare
2727
- name: Upload coverage reports to Codecov
2828
uses: codecov/codecov-action@v4
2929
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:watch": "jest --watch",
1616
"build": "tsc -p tsconfig.build.json",
1717
"build:watch": "tsc -p tsconfig.build.json -w",
18-
"prepare": "npm test && npm run lint && npm run build"
18+
"prepare": "npm run lint && npm run build && npm test"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)