Skip to content

Commit 8ca0d67

Browse files
author
Tiffany Le-Nguyen
authored
Update package.json
1 parent c3bc7cd commit 8ca0d67

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
@@ -9,8 +9,8 @@
99
],
1010
"scripts": {
1111
"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",
12+
"cy:open": "cypress open --config-file ../cypress/config/all.json",
13+
"cy:run": "cypress run --config-file ../cypress/config/all.json",
1414
"dev:demo": "next dev demo",
1515
"format": "run-s format:check-fix:*",
1616
"format:ci": "run-s format:check:*",

0 commit comments

Comments
 (0)