Skip to content

Commit 0d5ae53

Browse files
committed
change workflow command
1 parent 7dd8f51 commit 0d5ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
node-version: '18'
1414
cache: 'npm'
1515
- run: npm ci
16-
- run: npm run lint:js
16+
- run: npm run lint
1717
- run: npm run test:types
1818
- run: npm run test:ci

0 commit comments

Comments
 (0)