Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Oct 28, 2023
1 parent c7e9d57 commit d10090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
node-version: 16.x
cache: 'yarn'
- name: Install and Check types
run: yarn install --frozen-lockfile && yarn run typecheck
run: yarn install --frozen-lockfile && yarn tsc --noEmit

0 comments on commit d10090a

Please sign in to comment.