Update action and npm script
Some checks failed
Update Wiki from JSDoc / update-wiki (pull_request) Successful in 12s
Lint JavaScript/Node.js / lint-js (pull_request) Failing after 10s
DRB Tests / drb_mocha_tests (pull_request) Successful in 26s

This commit is contained in:
Logan Cusano
2024-08-17 19:10:56 -04:00
parent 2551498d2e
commit 47a03898cc
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "src/server.js",
"scripts": {
"docs": "jsdoc2md -c jsdoc.conf src/**/*.mjs > docs/api.md",
"docs": "jsdoc2md -c jsdoc.conf src/**/*.mjs >> home.md",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "mocha --timeout 5000",