npm run validate
: Runs all tests, type checks, linters, and formatters
npm run test
: Runs all test runners (Jest and/or Cypress)npm run test:watch
: Runs all test runners in watch modenpm run test:jest
: Runs Jest and exitsnpm run test:jest:watch
: Runs Jest in watch modenpm run test:cypress
: Runs Cypress and exitsnpm run test:cypress:open
: Open Cypress dashboard
npm run lint
: Runs all linters and formatters, and fixes any auto-fixable problemsnpm run lint:check
: Runs all linters and formatters, and reports problems even if they are auto-fixablenpm run lint:js
npm run lint:js:check
npm run lint:css
npm run lint:css:check
npm run type
: Runs typecheckernpm run type:watch
: Runs the typechecker in watch mode