Skip to content

Commit 99934d8

Browse files
committed
⚗️ Check tsc version via package.json cmd
1 parent 815317c commit 99934d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ jobs:
129129

130130
- name: Test types
131131
run: |
132-
yarn tsc --version
132+
yarn tsc-version
133133
yarn type-tests

packages/toolkit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"format:check": "prettier --list-different \"(src|examples)/**/*.{ts,tsx}\" \"docs/*/**.md\"",
8686
"lint": "eslint src examples",
8787
"test": "jest --runInBand",
88+
"tsc-version": "yarn tsc --version",
8889
"type-tests": "yarn tsc -p src/tests && yarn tsc -p src/query/tests",
8990
"prepack": "npm run build-prepare"
9091
},

0 commit comments

Comments
 (0)