Skip to content

Commit

Permalink
chore: fix test watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Apr 25, 2022
1 parent 0e62786 commit 3f6bfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test:e2e": "start-server-and-test cy:playground http-get://localhost:3000/ cy:run",
"test:e2e-watch": "start-server-and-test cy:playground http-get://localhost:3000/ cy:open",
"cy:playground": "npm run demo --prefix ../playground",
"cy:run": "cypress run --spec 'cypress/integration/*'",
"cy:open": "cypress open --spec 'cypress/integration/*'",
"cy:run": "cypress run",
"cy:open": "cypress open",
"prepublishOnly": "npm run build && cp ../README.md ./"
},
"dependencies": {
Expand Down

0 comments on commit 3f6bfef

Please sign in to comment.