correct cypress execution command in package.json

This commit is contained in:
mahula 2022-09-23 14:20:30 +02:00
parent a12bb9e09b
commit 454c8e2fda

View File

@ -14,7 +14,7 @@
} }
}, },
"scripts": { "scripts": {
"cypress": "yarn run cypress run", "cypress": "cypress run",
"lint": "eslint --max-warnings=0 --ext .js,.ts ." "lint": "eslint --max-warnings=0 --ext .js,.ts ."
}, },
"dependencies": { "dependencies": {