Skip to content

Commit

Permalink
Merge pull request #682 from MikeMcC399/fix/update-snyk-deps
Browse files Browse the repository at this point in the history
fix upgrade to serve 14.1.2 in start-and-yarn-workspaces
  • Loading branch information
jaffrepaul committed Jan 4, 2023
2 parents 5b428cc + a734a6c commit 62e61b5
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 558 deletions.
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "cypress run",
"build": "echo building ... server ... done!",
"start": "serve public"
"start": "serve -p 5000 public"
},
"author": "",
"license": "ISC",
Expand Down
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "cypress run",
"build": "echo building ... server ... done!",
"start": "serve public"
"start": "serve -p 5000 public"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 62e61b5

Please sign in to comment.