Skip to content

Commit 4315273

Browse files
committed
Fix npm run lint
1 parent 8577148 commit 4315273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: 20
3939
- run: npm ci
40-
- run: npm lint
40+
- run: npm run lint
4141
- run: ./scripts/example-check.sh
4242

4343
# publish:

0 commit comments

Comments
 (0)