File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 uses : actions/setup-node@v4
1919 with :
2020 node-version : 22
21- cache : " pnpm"
21+ cache : ' pnpm'
2222
2323 - name : Install dependencies
2424 run : pnpm install
2525
2626 - name : Typecheck
27- run : npm run typecheck
27+ run : pnpm run typecheck
2828
2929 - name : Lint
30- run : npm run lint
30+ run : pnpm run lint
Original file line number Diff line number Diff line change 1111 "lint" : " eslint" ,
1212 "format" : " prettier" ,
1313 "check" : " prettier --write . && eslint --fix" ,
14- "import-historical" : " tsx historicalImporter.ts"
14+ "import-historical" : " tsx historicalImporter.ts" ,
15+ "typecheck" : " tsc --noEmit"
1516 },
1617 "dependencies" : {
1718 "@dagrejs/dagre" : " ^1.1.5" ,
7172 "vitest" : " ^3.0.5" ,
7273 "web-vitals" : " ^4.2.4"
7374 }
74- }
75+ }
You can’t perform that action at this time.
0 commit comments