change cypress command in package.json to make "cypress open" available for local testing

This commit is contained in:
mahula 2022-09-27 15:22:08 +02:00
parent 9ac62d5101
commit 1a01c7df83

View File

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