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