File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,14 @@ jobs:
1515 - uses : actions/checkout@v4
1616 - name : corepack
1717 run : npm i -g corepack
18- - uses : biomejs/setup-biome@v2
1918 - uses : actions/setup-node@v4
2019 with :
2120 node-version : ${{ matrix.node-version }}
2221 cache : " yarn"
2322 - name : install
2423 run : yarn
2524 - name : lint+format
26- run : biome ci
25+ run : yarn ci
2726 - name : build
2827 run : yarn build
2928 - name : test
Original file line number Diff line number Diff line change 3535 "scripts" : {
3636 "build" : " tsc" ,
3737 "check" : " biome check --write" ,
38+ "ci" : " biome ci" ,
3839 "generate:map" : " tsx scripts/generateClientTypesMap" ,
3940 "generate:tests" : " tsx scripts/generateNewClientTests" ,
4041 "release" : " tsx scripts/testUpdatedIdentifiers && yarn build && changeset publish" ,
You can’t perform that action at this time.
0 commit comments