Thanks to visit codestin.com Credit goes to github.com
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 5281956 commit a202d1dCopy full SHA for a202d1d
1 file changed
.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