File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
- name : lint+format
26
26
run : biome ci
27
27
- name : build
28
- run : node -- run build
28
+ run : npm run build
29
29
- name : test
30
- run : node -- run test
30
+ run : npm run test
Original file line number Diff line number Diff line change 28
28
id : changesets
29
29
uses : changesets/action@v1
30
30
with :
31
- publish : node -- run release
31
+ publish : npm run release
32
32
title : Publish <version>
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 38
38
"generate:map" : " tsx scripts/generateClientTypesMap" ,
39
39
"generate:tests" : " tsx scripts/generateNewClientTests" ,
40
40
"lint" : " biome lint --write" ,
41
- "release" : " node -- run build && changeset publish" ,
41
+ "release" : " npm run build && changeset publish" ,
42
42
"test" : " vitest"
43
43
},
44
44
"dependencies" : {
You can’t perform that action at this time.
0 commit comments