Improve jsdoc script

This commit is contained in:
Yarmo Mackenbach 2021-07-23 15:27:31 +02:00
parent 7075964156
commit 92960b6108
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -44,7 +44,7 @@
"license:check": "./node_modules/.bin/license-check-and-add check", "license:check": "./node_modules/.bin/license-check-and-add check",
"license:add": "./node_modules/.bin/license-check-and-add add", "license:add": "./node_modules/.bin/license-check-and-add add",
"license:remove": "./node_modules/.bin/license-check-and-add remove", "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", "standard": "./node_modules/.bin/standard ./src",
"mocha": "./node_modules/.bin/mocha", "mocha": "./node_modules/.bin/mocha",
"test": "yarn run standard && yarn run license:check && yarn run mocha", "test": "yarn run standard && yarn run license:check && yarn run mocha",