Commit 7e816814 authored by Aaron Tidwell's avatar Aaron Tidwell

add doc-deploy script

parent fde1c051
......@@ -47,7 +47,8 @@
"lint-spec": "./node_modules/jshint/bin/jshint ./spec",
"lint": "npm run-script lint-lib && npm run-script lint-spec",
"integrate": "npm run-script test && npm run-script format && npm run-script lint",
"docs": "./node_modules/.bin/jsdoc -r ./lib -d ./docs --readme README.md -t ./node_modules/docdash"
"docs": "./node_modules/.bin/jsdoc -r ./lib -d ./docs --readme README.md -t ./node_modules/docdash",
"doc-deploy": "git subtree push --prefix docs origin gh-pages"
},
"engine": "node >= 6.0.x"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment