File tree 3 files changed +3110
-2262
lines changed
3 files changed +3110
-2262
lines changed Original file line number Diff line number Diff line change 28
28
- run : pnpm check
29
29
- run : npx playwright install --with-deps
30
30
- run : pnpm test
31
+ - run : pnpm bundlewatch
32
+ env :
33
+ BUNDLEWATCH_GITHUB_TOKEN : " ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
34
+ CI_BRANCH_BASE : main
Original file line number Diff line number Diff line change 43
43
},
44
44
"scripts" : {
45
45
"build" : " wireit" ,
46
+ "bundlewatch" : " wireit" ,
46
47
"check" : " tsc --noEmit" ,
47
48
"format" : " biome check --fix ." ,
48
49
"lint" : " biome check ." ,
69
70
"@types/unist" : " ^3.0.3" ,
70
71
"browserslist" : " ^4.24.0" ,
71
72
"browserslist-to-esbuild" : " ^2.1.1" ,
73
+ "bundlewatch" : " ^0.4.0" ,
72
74
"custom-elements-manifest" : " ^2.1.0" ,
73
75
"husky" : " ^9.1.4" ,
74
76
"lint-staged" : " ^15.2.9" ,
140
142
" dist/storybook"
141
143
]
142
144
},
145
+ "bundlewatch" : {
146
+ "command" : " bundlewatch" ,
147
+ "dependencies" : [
148
+ " build:components"
149
+ ]
150
+ },
143
151
"storybook" : {
144
152
"service" : true ,
145
153
"command" : " storybook dev -p 6006" ,
160
168
"access" : " public" ,
161
169
"registry" : " https://wombat-dressing-room.appspot.com"
162
170
},
163
- "packageManager" :
" [email protected] "
171
+ "packageManager" :
" [email protected] " ,
172
+ "bundlewatch" : {
173
+ "files" : [
174
+ {
175
+ "path" : " dist/index.iife.min.js" ,
176
+ "maxSize" : " 2.25kB"
177
+ }
178
+ ]
179
+ }
164
180
}
You can’t perform that action at this time.
0 commit comments