Skip to content

Commit

Permalink
Add gh-pages script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed May 5, 2016
1 parent ac4ae7d commit 9c9763f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"pree2e-test": "webdriver-manager update",
"e2e-test": "protractor test/e2e/protractor.config.js",
"test": "npm run unit-test && npm run e2e-test",
"lint": "eslint . --format 'node_modules/eslint-friendly-formatter'"
"lint": "eslint . --format 'node_modules/eslint-friendly-formatter'",
"gh-pages": "git merge --no-edit origin/master; npm run build; git commit -a -m 'Updates from master'; git push origin gh-pages"
}
}

0 comments on commit 9c9763f

Please sign in to comment.