Commit dfdf123
authored
chore: add new development scripts to package.json
Add new development scripts to enhance the development workflow.
New scripts:
- format: runs Prettier to automatically format files
- typecheck: runs TypeScript compiler in type checking mode
These scripts support the CI workflows and make development more efficient.1 parent 8befafe commit dfdf123
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments