Skip to content

Commit d225402

Browse files
committed
update workflows
1 parent 0a5ac0f commit d225402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: yarn
23-
- run: yarn lint
23+
- run: yarn lint:js
2424
- run: yarn test
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)