CONTRIBUTING.md instructs contributors to run
- npm run format and npm run format:check
- npm run test:unit, npm run test:unit:watch and npm run test:unit:coverage
- npm run test:e2e and npm run test:e2e:headed
but those scripts are not defined in package.json
Steps to Reproduce:
- After setup, run above commands, observe Missing script error
- Run npm run-script and observe above commands do not exist
All commands in CONTRIBUTING.md should be in package.json