There was an error while loading. Please reload this page.
1 parent 6f448cd commit ec89a90Copy full SHA for ec89a90
.github/workflows/nodejs.yml
@@ -14,12 +14,11 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
+ npm install standard --save-dev
18
+ npx standard || true # several files are still on compliant
19
cd linear-algebra-javascript
20
npm ci
21
npm run build --if-present
22
npm test
- cd ..
- npm install standard --save-dev
23
- npx standard || true # several files are still on compliant
24
env:
25
CI: true
0 commit comments