|
19 | 19 |
|
20 | 20 | ## Scripts |
21 | 21 |
|
22 | | -| Command | Description | |
23 | | -| ---------------------- | --------------------------------------------- | |
24 | | -| `npm run ci` | Run all checks (test + lint:fix + format) | |
25 | | -| `npm run dev` | Run CI then prepare Firefox dev environment | |
26 | | -| `npm run all` | Run CI then build Chrome & Firefox packages | |
27 | | -| `npm test` | Run tests (Vitest) | |
28 | | -| `npm run prepare` | Setup Husky git hooks | |
29 | | -| `npm run lint` | Lint code | |
30 | | -| `npm run lint:fix` | Lint and auto-fix | |
31 | | -| `npm run format` | Format code with Prettier | |
32 | | -| `npm run format:check` | Check code formatting | |
33 | | -| `npm run build` | Build Chrome and Firefox packages | |
34 | | -| `npm run dev:firefox` | Create Firefox dev environment | |
| 22 | +| Command | Description | |
| 23 | +| ---------------------- | ------------------------------------------- | |
| 24 | +| `npm run ci` | Run all checks (test + lint:fix + format) | |
| 25 | +| `npm run dev` | Run CI then prepare Firefox dev environment | |
| 26 | +| `npm run all` | Run CI then build Chrome & Firefox packages | |
| 27 | +| `npm test` | Run tests (Vitest) | |
| 28 | +| `npm run prepare` | Setup Husky git hooks | |
| 29 | +| `npm run lint` | Lint code | |
| 30 | +| `npm run lint:fix` | Lint and auto-fix | |
| 31 | +| `npm run format` | Format code with Prettier | |
| 32 | +| `npm run format:check` | Check code formatting | |
| 33 | +| `npm run build` | Build Chrome and Firefox packages | |
| 34 | +| `npm run dev:firefox` | Create Firefox dev environment | |
35 | 35 |
|
36 | 36 | ## Project Structure |
37 | 37 |
|
|
0 commit comments