Skip to content

Commit

Permalink
fix upgrade to serve 14.1.2 in start-and-yarn-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Dec 23, 2022
1 parent 5b428cc commit a734a6c
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 558 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 a734a6c

Please sign in to comment.