Skip to content

Commit

Permalink
Update Typescript config and add typecheck to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
apata committed Aug 21, 2024
1 parent 2e37d99 commit 83b7a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: ${{steps.versions.outputs.nodejs}}
- run: npm install --prefix ./assets
- run: npm install --prefix ./tracker
- run: npm run typecheck --prefix ./assets
- run: npm run lint --prefix ./assets
- run: npm run check-format --prefix ./assets
- run: npm run test --prefix ./assets
Expand Down
1 change: 1 addition & 0 deletions assets/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"noEmit": true,
"jsx": "react",
"target": "es2017",
"module": "commonjs",
Expand Down

0 comments on commit 83b7a7e

Please sign in to comment.