mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:11:43 +08:00
Update nodejs.yml
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install standard --save-dev
|
npm install standard --save-dev
|
||||||
npx standard || true # several files are still on compliant
|
npx standard
|
||||||
cd linear-algebra-javascript
|
cd linear-algebra-javascript
|
||||||
npm ci
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
Reference in New Issue
Block a user