Skip to content

Commit 643e03f

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/countly-sdk-nodejs-24.10.2
2 parents abfac80 + d9f5c3c commit 643e03f

File tree

3 files changed

+145
-288
lines changed

3 files changed

+145
-288
lines changed

bin/commands/scripts/docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ -z "$1" ]
1010
then
1111
usage ;
1212
elif [ "$1" = "generate" ]; then
13+
npm install jsdoc@latest --save-dev ;
1314
#browser code
1415
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" ;
1516

0 commit comments

Comments
 (0)