Update nodejs.yml

This commit is contained in:
vinayak
2020-05-06 01:50:13 +05:30
committed by GitHub
parent d37af25434
commit dd5bfd25cc

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