We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abfac80 + d9f5c3c commit 643e03fCopy full SHA for 643e03f
3 files changed
bin/commands/scripts/docs.sh
@@ -10,6 +10,7 @@ if [ -z "$1" ]
10
then
11
usage ;
12
elif [ "$1" = "generate" ]; then
13
+ npm install jsdoc@latest --save-dev ;
14
#browser code
15
npx jsdoc "$DIR/../../../frontend/express/public/javascripts/countly" "$DIR/../../../frontend/express/public/javascripts/pre-login.js" -R "$DIR/../../../README.md" -c "$DIR/../../../jsdoc_conf.json" -d "$DIR/../../../frontend/express/public/docs/browser" ;
16
0 commit comments