chore(build): move protractor port

This commit is contained in:
Andrew Joslin
2014-05-29 10:09:27 -06:00
parent 2bd1a2576c
commit 7f65101369
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
dist: 'dist',
releasePostUrl: fs.readFileSync('config/RELEASE_POST_URL'),
protractorPort: 8765,
protractorPort: 8876,
banner:
'/*!\n' +

View File

@@ -13,6 +13,8 @@ function init {
function run {
cd ../..
SNAPSHOT_TEST_ID=$(git rev-parse HEAD)
gulp demos --demo-version=nightly
gulp snapshot-sauce \