Skip to content

Commit d9f5c3c

Browse files
authored
Merge pull request #6324 from Countly/ar2rsawseen/master2
remove jsdoc as mandatory dependency
2 parents 0d224dc + 8bda092 commit d9f5c3c

File tree

3 files changed

+148
-291
lines changed

3 files changed

+148
-291
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)