Update nodejs.yml

This commit is contained in:
vinayak
2020-05-06 01:52:30 +05:30
committed by GitHub
parent c3532cad6f
commit 1b26a1b097

View File

@ -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