mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Improve jsdoc script
This commit is contained in:
parent
7075964156
commit
92960b6108
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
"license:check": "./node_modules/.bin/license-check-and-add check",
|
||||
"license:add": "./node_modules/.bin/license-check-and-add add",
|
||||
"license:remove": "./node_modules/.bin/license-check-and-add remove",
|
||||
"docs:lib": "./node_modules/.bin/jsdoc -c jsdoc-lib.json -r -d ./docs",
|
||||
"docs:lib": "./node_modules/.bin/jsdoc -c jsdoc-lib.json -r -d ./docs -P package.json",
|
||||
"standard": "./node_modules/.bin/standard ./src",
|
||||
"mocha": "./node_modules/.bin/mocha",
|
||||
"test": "yarn run standard && yarn run license:check && yarn run mocha",
|
||||
|
|
Loading…
Reference in a new issue