shorten script name for cypress execution in e2e-tests/cypress/tests/package.json

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
mahula 2022-09-23 10:23:30 +02:00 committed by GitHub
parent b34fd7e76f
commit 9f23ac9734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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