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

@@ -37,7 +37,7 @@ jobs:
- name: Update wiki
run: |
cp -r docs/* wiki/
cp -r home.md wiki/
cd wiki
git config user.name "gitea-actions"
git config user.email "gitea-actions@cusano.net"

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",