Skip to content

Commit

Permalink
updated eslint command in package json file
Browse files Browse the repository at this point in the history
Signed-off-by: Ketul Shah <shah.ketul@ibm.com>
  • Loading branch information
ketulsha committed Oct 10, 2023
1 parent c43c09c commit 4a75c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"description": "Cypress automation POC",
"main": "index.js",
"scripts": {
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"lint": "eslint cypress",
"lint-fix": "eslint cypress --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"regression": "cypress run -e TAGS=\"@regression\" --headed --browser chrome --spec 'cypress/e2e/features/*.feature'",
"regression-headless": "cypress run -e TAGS=\"@regression\" --browser chrome --spec 'cypress/e2e/features/*.feature'",
Expand Down

0 comments on commit 4a75c4c

Please sign in to comment.