Skip to content

Commit 6ab728e

Browse files
committed
remove http-get
1 parent f29bb54 commit 6ab728e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"next-mdx-demo:develop": "yarn workspace next-mdx-demo dev",
2020
"deploy": "yarn workspace docs deploy",
2121
"cy:open": "cypress open",
22-
"cy:test": "start-server-and-test 'yarn storybook' http-get://localhost:6006 'yarn cy:open'",
22+
"cy:test": "start-server-and-test 'yarn storybook' http://localhost:6006 'yarn cy:open'",
2323
"cy:run": "cypress run",
24-
"cy:pipeline": "start-server-and-test 'yarn storybook' http-get://localhost:6006 'yarn cy:run'"
24+
"cy:pipeline": "start-server-and-test 'yarn storybook' http://localhost:6006 'yarn cy:run'"
2525
},
2626
"workspaces": {
2727
"packages": [

0 commit comments

Comments
 (0)