Skip to content

Commit

Permalink
Added linting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkobori committed Apr 3, 2024
1 parent 40e7077 commit 1ca9f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
"genschemas": "./scripts/compile-jsonschema.sh",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern \"/cypress/*\"",
"lint:fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern \"/cypress/*\" --fix",
"cypress:open": "CYPRESS_ADMIN=$(cat cypress/fixtures/duos-automation-admin.json) CYPRESS_CHAIR=$(cat cypress/fixtures/duos-automation-chair.json) CYPRESS_MEMBER=$(cat cypress/fixtures/duos-automation-member.json) CYPRESS_RESEARCHER=$(cat cypress/fixtures/duos-automation-researcher.json) CYPRESS_SIGNING_OFFICIAL=$(cat cypress/fixtures/duos-automation-signing-official.json) cypress open",
"cypress:open:component": "cypress open --component",
"cypress:run": "CYPRESS_ADMIN=$(cat cypress/fixtures/duos-automation-admin.json) CYPRESS_CHAIR=$(cat cypress/fixtures/duos-automation-chair.json) CYPRESS_MEMBER=$(cat cypress/fixtures/duos-automation-member.json) CYPRESS_RESEARCHER=$(cat cypress/fixtures/duos-automation-researcher.json) CYPRESS_SIGNING_OFFICIAL=$(cat cypress/fixtures/duos-automation-signing-official.json) cypress run",
Expand Down

0 comments on commit 1ca9f86

Please sign in to comment.