Skip to content

Commit

Permalink
Fix linting/type checking job
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed May 28, 2022
1 parent 825054d commit 75abe07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
with:
node-version: 18.x
- run: npm ci
- run: npm lint
- run: npm types:build
- run: npm run lint
- run: npm run types:build

0 comments on commit 75abe07

Please sign in to comment.