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 }} node-version: ${{ matrix.node-version }}
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install standard --save-dev
npx standard || true # several files are still on compliant
cd linear-algebra-javascript cd linear-algebra-javascript
npm ci npm ci
npm run build --if-present npm run build --if-present
npm test npm test
cd ..
npm install standard --save-dev
npx standard || true # several files are still on compliant
env: env:
CI: true CI: true