Update nodejs.yml

This commit is contained in:
Christian Clauss
2020-05-04 21:46:48 +02:00
committed by GitHub
parent 6f448cd530
commit ec89a904a2

View File

@ -14,12 +14,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install standard --save-dev
npx standard || true # several files are still on compliant
cd linear-algebra-javascript
npm ci
npm run build --if-present
npm test
cd ..
npm install standard --save-dev
npx standard || true # several files are still on compliant
env:
CI: true