Skip to content

Commit

Permalink
fix(scripts): Add to jsdoc script submodule update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 4, 2016
1 parent 7e358b5 commit b662e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cleaning": "rm -rf ./lib && rm -rf ./tests",
"postpublish": "npm run cleaning && git push",
"test": "npm run compile && mocha tests/index.js --require source-map-support/register",
"jsdoc": "npm i && rm -r ./doc/*/ && find ./doc ! -name '.git' -type f -exec rm -rf {} + && jsdoc ./src/lib/*.js ./src/lib/adapters/*.js ./README.md -r -d ./doc -t ./node_modules/minami -c ./jsdoc.conf.json",
"jsdoc": "git submodule update --init --recursive && npm i && rm -r ./doc/*/ && find ./doc ! -name '.git' -type f -exec rm -rf {} + && jsdoc ./src/lib/*.js ./src/lib/adapters/*.js ./README.md -r -d ./doc -t ./node_modules/minami -c ./jsdoc.conf.json",
"gh-pages": "npm run jsdoc && cd ./doc && git push"
}
}

0 comments on commit b662e46

Please sign in to comment.