Skip to content

Commit c58e125

Browse files
committed
Run typechecking in CI
1 parent eb187fe commit c58e125

File tree

3 files changed

+570
-529
lines changed

3 files changed

+570
-529
lines changed

.github/workflows/webpack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install
2323
run: yarn install --ignore-scripts
2424

25+
- name: Typecheck
26+
run: yarn ts:check
27+
2528
- name: Test
2629
run: yarn test
2730

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
"@babel/plugin-proposal-class-properties": "^7.10.4",
8787
"@babel/preset-env": "^7.10.4",
8888
"@babel/preset-typescript": "^7.15.0",
89-
"@jest/globals": "^28.1.2",
89+
"@jest/globals": "^29.7.0",
9090
"@types/babel__core": "^7.1.15",
91-
"@types/jest": "^28.1.4",
91+
"@types/jest": "^29.5.14",
9292
"@types/nearley": "^2.11.2",
9393
"@typescript-eslint/eslint-plugin": "^5.21.0",
9494
"@typescript-eslint/parser": "^5.21.0",
9595
"babel-eslint": "^10.1.0",
96-
"babel-jest": "^28.1.2",
96+
"babel-jest": "^29.7.0",
9797
"babel-loader": "^8.1.0",
9898
"babel-plugin-add-module-exports": "^1.0.2",
9999
"babel-plugin-inline-import": "^3.0.0",
@@ -104,12 +104,12 @@
104104
"eslint-config-prettier": "^8.5.0",
105105
"eslint-plugin-import": "^2.22.0",
106106
"eslint-plugin-prettier": "^4.0.0",
107-
"jest": "^28.1.2",
107+
"jest": "^29.7.0",
108108
"npm-run-all": "^4.1.5",
109109
"prettier": "^2.0.5",
110110
"release-it": "^15.1.1",
111111
"rimraf": "^3.0.2",
112-
"ts-jest": "^28.0.5",
112+
"ts-jest": "^29.2.6",
113113
"ts-loader": "^9.3.1",
114114
"tsup": "^8.0.1",
115115
"typescript": "^4.7.4",

0 commit comments

Comments
 (0)