From 1b26a1b097c3d870fbed2bf6fe9ce67915cbd320 Mon Sep 17 00:00:00 2001 From: vinayak Date: Wed, 6 May 2020 01:52:30 +0530 Subject: [PATCH] Update nodejs.yml --- .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 271ed86a2..b81fb68cf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: - name: npm install, build, and test run: | npm install standard --save-dev - npx standard || true # several files are still on compliant + npx standard cd linear-algebra-javascript npm ci npm run build --if-present