update npx -> npm
Some checks failed
Update Wiki from JSDoc / update-wiki (pull_request) Failing after 10s
Lint JavaScript/Node.js / lint-js (pull_request) Failing after 11s
DRB Tests / drb_mocha_tests (pull_request) Successful in 29s

This commit is contained in:
Logan Cusano
2024-08-17 19:07:23 -04:00
parent 277f7d176a
commit 2551498d2e

View File

@@ -27,7 +27,7 @@ jobs:
run: npm install
- name: Generate JSDoc
run: npx run docs
run: npm run docs
- name: Checkout the wiki repository
uses: actions/checkout@v4