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 c3bc7cd commit 8ca0d67Copy full SHA for 8ca0d67
package.json
@@ -9,8 +9,8 @@
9
],
10
"scripts": {
11
"build:demo": "next build demo",
12
- "cy:open": "cypress open --config-file cypress/config/all.json",
13
- "cy:run": "cypress run --config-file cypress/config/all.json",
+ "cy:open": "cypress open --config-file ../cypress/config/all.json",
+ "cy:run": "cypress run --config-file ../cypress/config/all.json",
14
"dev:demo": "next dev demo",
15
"format": "run-s format:check-fix:*",
16
"format:ci": "run-s format:check:*",
0 commit comments