Skip to content

Commit

Permalink
add custom port to test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
suryarajendhran committed Aug 29, 2021
1 parent 3ab10f0 commit 39c8d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"baseUrl": "http://localhost:8080"
"baseUrl": "http://localhost:8000"
}
2 changes: 1 addition & 1 deletion test_directory/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve --port 8000",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit 39c8d04

Please sign in to comment.