We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0898e0b commit b2d6eecCopy full SHA for b2d6eec
.github/workflows/ci.yml
@@ -14,5 +14,5 @@ jobs:
14
with:
15
node-version: 16
16
- run: npm ci
17
- - run: npm build
18
- - run: npm lint
+ - run: npm run build
+ - run: npm run lint
0 commit comments