We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8577148 commit 4315273Copy full SHA for 4315273
.github/workflows/npm-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
node-version: 20
39
- run: npm ci
40
- - run: npm lint
+ - run: npm run lint
41
- run: ./scripts/example-check.sh
42
43
# publish:
0 commit comments