mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
Update nodejs.yml
This commit is contained in:
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install doctest
|
npm install doctest standard --save-dev
|
||||||
./doctest Sorts/BogoSort.js
|
doctest Sorts/BogoSort.js
|
||||||
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
|
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
|
||||||
npm install standard --save-dev
|
# npm install standard --save-dev
|
||||||
npx standard
|
npx standard
|
||||||
cd Linear-Algebra-Javascript
|
cd Linear-Algebra-Javascript
|
||||||
npm ci
|
npm ci
|
||||||
|
Reference in New Issue
Block a user