Skip to content

Commit

Permalink
Update jsdoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Jan 13, 2024
1 parent b9f232b commit a6044af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:dev": "cross-env PULSAR_STATUS=dev node ./src/dev_server.js",
"lint": "prettier --check -u -w .",
"complex": "cr --newmi --config .complexrc .",
"js-docs": "jsdoc2md -c ./jsdoc.conf.js ./src/*.js ./src/handlers/*.js ./docs/resources/jsdoc_typedef.js > ./docs/reference/Source_Documentation.md",
"js-docs": "jsdoc2md -c ./jsdoc.conf.js ./src/*.js ./src/controllers/*.js ./src/query_parameters/*.js ./docs/resources/jsdoc_typedef.js > ./docs/reference/Source_Documentation.md",
"contributors:add": "all-contributors add",
"migrations": "pg-migrations apply --directory ./scripts/migrations",
"ignore": "compactignore",
Expand Down

0 comments on commit a6044af

Please sign in to comment.