From a202d1d06df0a94bd2a4adb5cdd913fb91273d85 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 3 May 2020 16:44:17 +0200 Subject: [PATCH] npx standard || true --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aa4cd3708..3827b28ea 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,6 @@ jobs: npm run build --if-present npm test npm install standard --save-dev - standard || true # several files are still on compliant + npx standard || true # several files are still on compliant env: CI: true