Skip to content

Commit c34cb8f

Browse files
committed
chore: run typecheck on ci
1 parent 0c8b167 commit c34cb8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
yarn install --frozen-lockfile
2020
yarn lint
21+
- name: Run typecheck
22+
run: yarn typecheck
2123

2224
test:
2325
needs:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"prettier": "prettier --write --log-level warn .",
1717
"prettier:check": "prettier --check --log-level warn .",
1818
"test": "yarn workspace @ambiki/impulse test",
19-
"test:watch": "yarn workspace @ambiki/impulse test:watch"
19+
"test:watch": "yarn workspace @ambiki/impulse test:watch",
20+
"typecheck": "tsc --noEmit"
2021
},
2122
"devDependencies": {
2223
"@rollup/plugin-typescript": "^11.1.2",

0 commit comments

Comments
 (0)