We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ec2ac commit 17107f5Copy full SHA for 17107f5
.github/workflows/nodejs.yml
@@ -14,10 +14,10 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
- npm install doctest
18
- ./doctest Sorts/BogoSort.js
+ npm install doctest standard --save-dev
+ doctest Sorts/BogoSort.js
19
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
20
- npm install standard --save-dev
+ # npm install standard --save-dev
21
npx standard
22
cd Linear-Algebra-Javascript
23
npm ci
0 commit comments