Skip to content

Commit cded469

Browse files
author
Jay Freestone
committed
fix(dev): Fix cypress open task.
1 parent a1098a1 commit cded469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "rollup -c -w",
1111
"test": "concurrently \"npm:serve\" \"cypress run\"",
1212
"test:ci": "npm run serve & wait-on http://localhost:8080 && cypress run",
13-
"test:open": "concurrently\"npm:serve\" \"cypress open\"",
13+
"test:open": "concurrently \"npm:serve\" \"cypress open\"",
1414
"serve": "http-server"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)