Skip to content

Commit ec89a90

Browse files
authored
Update nodejs.yml
1 parent 6f448cd commit ec89a90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17+
npm install standard --save-dev
18+
npx standard || true # several files are still on compliant
1719
cd linear-algebra-javascript
1820
npm ci
1921
npm run build --if-present
2022
npm test
21-
cd ..
22-
npm install standard --save-dev
23-
npx standard || true # several files are still on compliant
2423
env:
2524
CI: true

0 commit comments

Comments
 (0)