mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Update nodejs.yml
This commit is contained in:
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user