mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 09:28:26 +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 doctest standard --save-dev
|
npm install doctest standard --save-dev
|
||||||
npx doctest Sorts/BogoSort.js
|
npx doctest Sorts/BogoSort.js BucketSort.js
|
||||||
npx standard
|
npx standard
|
||||||
cd Linear-Algebra-Javascript
|
cd Linear-Algebra-Javascript
|
||||||
npm ci
|
npm ci
|
||||||
|
Reference in New Issue
Block a user