Update nodejs.yml

This commit is contained in:
Christian Clauss
2020-05-13 00:19:13 +02:00
committed by GitHub
parent 7d79a4196b
commit 90ec2ac522

View File

@ -15,8 +15,8 @@ jobs:
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install doctest npm install doctest
doctest --module Sorts Sorts/BogoSort.js ./doctest Sorts/BogoSort.js
# node -e "doctest('Sorts/BogoSort.js', {})" # 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