Skip to content

Commit 76cafd3

Browse files
committed
chore: update scripts
1 parent e6bff35 commit 76cafd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/shell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"cypress-ci": {
3-
"cmd": "$(npm bin)/cypress run --record",
3+
"cmd": "npx cypress run --record",
44
"fail": true
55
},
66
"cypress-dev": {
7-
"cmd": "$(npm bin)/cypress run --config video=false",
7+
"cmd": "npx cypress run --config video=false",
88
"fail": true
99
}
1010
}

0 commit comments

Comments
 (0)