File tree Expand file tree Collapse file tree 4 files changed +18
-25
lines changed Expand file tree Collapse file tree 4 files changed +18
-25
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
1919 node-version : 22
2020 check-latest : true
2121
22- - name : Install dependencies
23- run : yarn install --immutable
22+ - run : yarn install --immutable
2423
25- - name : Check formatting
26- run : yarn format:check
24+ - run : yarn format:check
2725
28- - name : Run the tests
29- run : yarn test
26+ - run : yarn build
27+
28+ - run : yarn test
Original file line number Diff line number Diff line change 2020 node-version : 22
2121 check-latest : true
2222
23- - name : Publish
24- run : yarn npm publish --tolerate-republish
23+ - run : yarn install --immutable
24+
25+ - run : yarn build
26+
27+ - run : yarn npm publish --tolerate-republish
2528 env :
2629 NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " swagger-typescript-api" ,
3- "version" : " 13.0.9 " ,
3+ "version" : " 13.0.10 " ,
44 "description" : " Generate the API client for Fetch or Axios from an OpenAPI Specification" ,
55 "homepage" : " https://github.com/acacode/swagger-typescript-api" ,
66 "bugs" : " https://github.com/acacode/swagger-typescript-api/issues" ,
Original file line number Diff line number Diff line change @@ -582,16 +582,7 @@ __metadata:
582582 languageName : node
583583 linkType : hard
584584
585- " @types/node@npm:* " :
586- version : 20.14.8
587- resolution : " @types/node@npm:20.14.8"
588- dependencies :
589- undici-types : " npm:~5.26.4"
590- checksum : 10c0/06d4643fa3b179b41fe19f9c75c240278ca1f7a313b3b837bc36ea119499c7ad77f06bbe72694ac04aa91ec77fe747baa09b889f4c435450c1724a26bd55f160
591- languageName : node
592- linkType : hard
593-
594- " @types/node@npm:20.14.9 " :
585+ " @types/node@npm:*, @types/node@npm:20.14.9 " :
595586 version : 20.14.9
596587 resolution : " @types/node@npm:20.14.9"
597588 dependencies :
@@ -2005,11 +1996,11 @@ __metadata:
20051996 linkType : hard
20061997
20071998" minimatch@npm:^9.0.4 " :
2008- version : 9.0.4
2009- resolution : " minimatch@npm:9.0.4 "
1999+ version : 9.0.5
2000+ resolution : " minimatch@npm:9.0.5 "
20102001 dependencies :
20112002 brace-expansion : " npm:^2.0.1"
2012- checksum : 10c0/2c16f21f50e64922864e560ff97c587d15fd491f65d92a677a344e970fe62aafdbeafe648965fa96d33c061b4d0eabfe0213466203dd793367e7f28658cf6414
2003+ checksum : 10c0/de96cf5e35bdf0eab3e2c853522f98ffbe9a36c37797778d2665231ec1f20a9447a7e567cb640901f89e4daaa95ae5d70c65a9e8aa2bb0019b6facbc3c0575ed
20132004 languageName : node
20142005 linkType : hard
20152006
@@ -3354,8 +3345,8 @@ __metadata:
33543345 linkType : hard
33553346
33563347" vite@npm:^5.0.0 " :
3357- version : 5.3.1
3358- resolution : " vite@npm:5.3.1 "
3348+ version : 5.3.2
3349+ resolution : " vite@npm:5.3.2 "
33593350 dependencies :
33603351 esbuild : " npm:^0.21.3"
33613352 fsevents : " npm:~2.3.3"
@@ -3389,7 +3380,7 @@ __metadata:
33893380 optional : true
33903381 bin :
33913382 vite : bin/vite.js
3392- checksum : 10c0/9317262c02ea2dc324dfdbc20c3c450cd89cc9a16399a41a4bf820a3a1f31cf400878c015135e355ee034853cc2399b5499899d5b1bc462d57642d71083e74b6
3383+ checksum : 10c0/3ed576d18c6c008ae92be68f9c79bf7556dae10978a3e8b4c4b42199424755e5c99836e6d4f81fb8b533b957d7f4e351abc60b8a93f4c4b5eb9890b5b6450926
33933384 languageName : node
33943385 linkType : hard
33953386
You can’t perform that action at this time.
0 commit comments