There was an error while loading. Please reload this page.
1 parent 5281956 commit a202d1dCopy full SHA for a202d1d
.github/workflows/nodejs.yml
@@ -19,6 +19,6 @@ jobs:
19
npm run build --if-present
20
npm test
21
npm install standard --save-dev
22
- standard || true # several files are still on compliant
+ npx standard || true # several files are still on compliant
23
env:
24
CI: true
0 commit comments