We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29bb54 commit 6ab728eCopy full SHA for 6ab728e
package.json
@@ -19,9 +19,9 @@
19
"next-mdx-demo:develop": "yarn workspace next-mdx-demo dev",
20
"deploy": "yarn workspace docs deploy",
21
"cy:open": "cypress open",
22
- "cy:test": "start-server-and-test 'yarn storybook' http-get://localhost:6006 'yarn cy:open'",
+ "cy:test": "start-server-and-test 'yarn storybook' http://localhost:6006 'yarn cy:open'",
23
"cy:run": "cypress run",
24
- "cy:pipeline": "start-server-and-test 'yarn storybook' http-get://localhost:6006 'yarn cy:run'"
+ "cy:pipeline": "start-server-and-test 'yarn storybook' http://localhost:6006 'yarn cy:run'"
25
},
26
"workspaces": {
27
"packages": [
0 commit comments