Skip to content

Commit a202d1d

Browse files
authored
npx standard || true
1 parent 5281956 commit a202d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
npm run build --if-present
2020
npm test
2121
npm install standard --save-dev
22-
standard || true # several files are still on compliant
22+
npx standard || true # several files are still on compliant
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)