Skip to content

Commit

Permalink
fix(dev): Fix cypress open task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfreestone committed Jun 11, 2019
1 parent a1098a1 commit cded469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rollup -c -w",
"test": "concurrently \"npm:serve\" \"cypress run\"",
"test:ci": "npm run serve & wait-on http://localhost:8080 && cypress run",
"test:open": "concurrently\"npm:serve\" \"cypress open\"",
"test:open": "concurrently \"npm:serve\" \"cypress open\"",
"serve": "http-server"
},
"repository": {
Expand Down

0 comments on commit cded469

Please sign in to comment.