We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1867f commit f18e73eCopy full SHA for f18e73e
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
node-version: ${{ matrix.node-version }}
52
- run: npm ci
53
# test code
54
- - run: npm run standard
+ - run: npm run lint
55
- run: npm run validate
56
- run: npm run c8
57
# Test global install of the package
0 commit comments