File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Build Native Binding
4747 run : pnpm --filter rstack build:native
4848
49- - name : Lint
50- run : node --run lint
51-
52- - name : Check Format
53- run : node --run check:format
49+ - name : Check
50+ run : node --run check
5451
5552 - name : Check Spell
5653 run : node --run check:spell
Original file line number Diff line number Diff line change 1414corepack enable && pnpm install
1515
1616# dev checks
17- pnpm lint
17+ pnpm check
1818pnpm test
1919
2020# build / format / spelling
2121pnpm build
2222pnpm format
23- pnpm check:format
2423pnpm check:spell
2524
2625# focused work
Original file line number Diff line number Diff line change 66 "type" : " module" ,
77 "scripts" : {
88 "build" : " pnpm --filter \" ./packages/**\" build" ,
9- "check:format " : " rs fmt - -check" ,
9+ "check" : " rs check --type -check" ,
1010 "check:spell" : " pnpm dlx cspell && heading-case" ,
1111 "doc" : " pnpm --dir website dev" ,
1212 "doc:build" : " node --run build && pnpm --dir website build" ,
You can’t perform that action at this time.
0 commit comments