chore(e2e-tests): rename cypress:open with open
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"cypress:open": "cypress open"
|
"open": "cypress open"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@@ -25,4 +25,4 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cypress": "^10.9.0"
|
"cypress": "^10.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user