File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 run : npm ci
1919
2020 - name : Check prettier
21+ run : npm run check-fmt
22+
23+ - name : Check
2124 run : npm run check
2225
2326 - name : Run lint
Original file line number Diff line number Diff line change 44 "author" : " Sören Meier <info@soerenmeier.ch>" ,
55 "type" : " module" ,
66 "scripts" : {
7- "check" : " prettier -c ." ,
7+ "check" : " tsc --noEmit" ,
8+ "check-fmt" : " prettier -c ." ,
89 "lint" : " eslint ./src" ,
910 "build" : " tsc" ,
1011 "watch" : " tsc -w"
Original file line number Diff line number Diff line change 44 "author" : " Sören Meier <info@soerenmeier.ch>" ,
55 "type" : " module" ,
66 "scripts" : {
7- "check" : " prettier -c ." ,
7+ "check" : " tsc --noEmit" ,
8+ "check-fmt" : " prettier -c ." ,
89 "lint" : " eslint ./src" ,
910 "build" : " tsc" ,
1011 "watch" : " tsc -w"
Original file line number Diff line number Diff line change 44 "author" : " Sören Meier <info@soerenmeier.ch>" ,
55 "type" : " module" ,
66 "scripts" : {
7- "check" : " prettier -c ." ,
7+ "check" : " tsc --noEmit" ,
8+ "check-fmt" : " prettier -c ." ,
89 "lint" : " eslint ./src" ,
910 "build" : " tsc" ,
1011 "watch" : " tsc -w"
Original file line number Diff line number Diff line change 44 "author" : " Sören Meier <info@soerenmeier.ch>" ,
55 "type" : " module" ,
66 "scripts" : {
7- "check" : " prettier -c ." ,
7+ "check" : " tsc --noEmit" ,
8+ "check-fmt" : " prettier -c ." ,
89 "lint" : " eslint ./src" ,
910 "build" : " tsc" ,
1011 "watch" : " tsc -w"
Original file line number Diff line number Diff line change 99 ],
1010 "scripts" : {
1111 "check" : " npm run check --workspaces" ,
12+ "check-fmt" : " npm run check-fmt --workspaces" ,
1213 "lint" : " npm run lint --workspaces"
1314 },
1415 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments