Skip to content

Commit

Permalink
Use alternative port for browserstack
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 14, 2020
1 parent e6be9dc commit 874ab05
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 @@ -24,7 +24,7 @@
"problems": "tsc -p tsconfig.json --noEmit --pretty false",
"start": "ember serve --port=7357",
"test": "ember test",
"test:browserstack": "ember test --test-port=7774 --host 127.0.0.1 --config-file=testem-browserstack.js",
"test:browserstack": "ember test --test-port=9991 --host 127.0.0.1 --config-file=testem-browserstack.js",
"test:node": "qunit dist/**/*-node-test.js",
"test:smoke": "SMOKE_TESTS=true ember test",
"test:types": "node bin/run-types-tests.js",
Expand Down

0 comments on commit 874ab05

Please sign in to comment.