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:
15
15
- uses : actions/checkout@v4
16
16
- name : corepack
17
17
run : npm i -g corepack
18
- - uses : biomejs/setup-biome@v2
19
18
- uses : actions/setup-node@v4
20
19
with :
21
20
node-version : ${{ matrix.node-version }}
22
21
cache : " yarn"
23
22
- name : install
24
23
run : yarn
25
24
- name : lint+format
26
- run : biome ci
25
+ run : yarn ci
27
26
- name : build
28
27
run : yarn build
29
28
- name : test
Original file line number Diff line number Diff line change 35
35
"scripts" : {
36
36
"build" : " tsc" ,
37
37
"check" : " biome check --write" ,
38
+ "ci" : " biome ci" ,
38
39
"generate:map" : " tsx scripts/generateClientTypesMap" ,
39
40
"generate:tests" : " tsx scripts/generateNewClientTests" ,
40
41
"release" : " tsx scripts/testUpdatedIdentifiers && yarn build && changeset publish" ,
You can’t perform that action at this time.
0 commit comments