File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 29
29
cache : ' yarn'
30
30
- run : yarn install
31
31
- run : yarn build
32
- - uses : pkg-size/action@v1
33
- env :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
32
- run : yarn test
36
33
37
34
build-and-release :
52
49
env :
53
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
51
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
52
+ - uses : pkg-size/action@v1
53
+ with :
54
+ build-command : false
55
+ env :
56
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 112
112
"eslint-plugin-storybook" : " ^0.11.0" ,
113
113
"husky" : " ^9.1.7" ,
114
114
"json" : " ^11.0.0" ,
115
+ "pkg-size" : " ^2.4.0" ,
115
116
"prettier" : " ^3.3.3" ,
116
117
"pretty-quick" : " ^4.0.0" ,
117
118
"react" : " ^18.0.0" ,
Original file line number Diff line number Diff line change @@ -2878,6 +2878,7 @@ __metadata:
2878
2878
json : " npm:^11.0.0"
2879
2879
maath : " npm:^0.10.8"
2880
2880
meshline : " npm:^3.3.1"
2881
+ pkg-size : " npm:^2.4.0"
2881
2882
prettier : " npm:^3.3.3"
2882
2883
pretty-quick : " npm:^4.0.0"
2883
2884
react : " npm:^18.0.0"
@@ -10290,6 +10291,15 @@ __metadata:
10290
10291
languageName : node
10291
10292
linkType : hard
10292
10293
10294
+ " pkg-size@npm:^2.4.0 " :
10295
+ version : 2.4.0
10296
+ resolution : " pkg-size@npm:2.4.0"
10297
+ bin :
10298
+ pkg-size : bin/cli.js
10299
+ checksum : 10c0/57656b9e45564ecfc232163cf17bbca4e96549c4ee02d39daa91cee1fcd2aea8ae717c24616561037f5cdc39314e6e0b32a34f3d502a75d9f25dce7ec0e44c1e
10300
+ languageName : node
10301
+ linkType : hard
10302
+
10293
10303
" playwright-core@npm:1.45.2 " :
10294
10304
version : 1.45.2
10295
10305
resolution : " playwright-core@npm:1.45.2"
You can’t perform that action at this time.
0 commit comments