From 62f96e8c390e679c3bfcf064a1787697b20a2d34 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 5 May 2020 22:25:32 +0200 Subject: [PATCH] Trailing space ;-) --- .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 b81fb68cf..442688585 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 + npx standard cd linear-algebra-javascript npm ci npm run build --if-present