mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): move protractor port
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
dist: 'dist',
|
||||
releasePostUrl: fs.readFileSync('config/RELEASE_POST_URL'),
|
||||
|
||||
protractorPort: 8765,
|
||||
protractorPort: 8876,
|
||||
|
||||
banner:
|
||||
'/*!\n' +
|
||||
|
||||
@@ -13,6 +13,8 @@ function init {
|
||||
function run {
|
||||
cd ../..
|
||||
|
||||
SNAPSHOT_TEST_ID=$(git rev-parse HEAD)
|
||||
|
||||
gulp demos --demo-version=nightly
|
||||
|
||||
gulp snapshot-sauce \
|
||||
|
||||
Reference in New Issue
Block a user