Skip to content

Commit

Permalink
Update Doc Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
christianechevarria authored and luiscarbonell committed Apr 2, 2019
1 parent 1608847 commit 753590f
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 @@ -6,7 +6,7 @@
"scripts": {
"jsdoc": "node_modules/.bin/jsdoc -r -c jsdoc.json",
"deploy:docs": "git add . && git stash && git branch -f gh-pages && git checkout gh-pages && git reset --hard origin/master && git merge --squash --strategy-option=theirs stash && git stash drop && git commit -m 'Auto-build' && git push origin gh-pages -f && git checkout master",
"build:docs": "> .temp && git add . && git stash && npm run jsdoc && npm run deploy:docs; git stash pop && rm -f .temp",
"build:docs": "> .temp && git add . && git stash && npm run jsdoc && npm run deploy:docs; git stash pop && rm -f .temp && git add .temp",
"build:dist": "webpack",
"build": "npm run build:dist && npm run build:docs",
"test": "nyc --reporter=html --reporter=text mocha test/src.js",
Expand Down

0 comments on commit 753590f

Please sign in to comment.