Skip to content

Commit

Permalink
chore(deps): remove start-server-and-test from examples/config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 30, 2024
1 parent 01447ed commit aa96118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 258 deletions.
255 changes: 1 addition & 254 deletions examples/config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions examples/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"test": "cypress run",
"build": "echo building ... server ... done!",
"start": "serve public --listen 3333",
"cy:open": "cypress open",
"dev": "CYPRESS_baseUrl=http://localhost:3333 start-test 3333 cy:open"
"cy:open": "cypress open"
},
"private": true,
"devDependencies": {
"cypress": "13.16.0",
"serve": "14.2.4",
"start-server-and-test": "2.0.3"
"serve": "14.2.4"
}
}

0 comments on commit aa96118

Please sign in to comment.