Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 75abe07

Browse files
committed
Fix linting/type checking job
1 parent 825054d commit 75abe07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
with:
4242
node-version: 18.x
4343
- run: npm ci
44-
- run: npm lint
45-
- run: npm types:build
44+
- run: npm run lint
45+
- run: npm run types:build

0 commit comments

Comments
 (0)