File tree Expand file tree Collapse file tree 4 files changed +199
-341
lines changed Expand file tree Collapse file tree 4 files changed +199
-341
lines changed Original file line number Diff line number Diff line change @@ -921,6 +921,10 @@ jobs:
921
921
env :
922
922
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
923
923
924
+ - name : BundleMon
925
+ if : github.event_name != 'workflow_dispatch'
926
+ run : pnpm bundlemon
927
+
924
928
# ########### TRIGGER QWIKCITY E2E TEST ############
925
929
trigger-qwikcity-e2e :
926
930
name : Trigger Qwik City E2E
Original file line number Diff line number Diff line change
1
+ export default {
2
+ baseDir : './dist-dev/tsc-out' ,
3
+ groups : [
4
+ {
5
+ path : 'packages/create-qwik/dist/**' ,
6
+ } ,
7
+ {
8
+ path : 'packages/qwik/dist/**' ,
9
+ } ,
10
+ {
11
+ path : 'packages/qwik-auth/lib/**' ,
12
+ } ,
13
+ {
14
+ path : 'packages/qwik-city/lib/**' ,
15
+ } ,
16
+ {
17
+ path : 'packages/qwik-react/lib/**' ,
18
+ } ,
19
+ {
20
+ path : 'packages/qwik-worker/lib/**' ,
21
+ } ,
22
+ {
23
+ path : 'packages/supabase-auth-helpers-qwik/lib/**' ,
24
+ } ,
25
+ ] ,
26
+ } ;
Original file line number Diff line number Diff line change 128
128
"@vitejs/plugin-basic-ssl" : " 2.1.0" ,
129
129
"all-contributors-cli" : " 6.26.1" ,
130
130
"brotli" : " 1.3.3" ,
131
+ "bundlemon" : " ^3.1.0" ,
131
132
"create-qwik" : " workspace:^" ,
132
133
"cross-spawn" : " 7.0.6" ,
133
134
"csstype" : " 3.1.3" ,
You can’t perform that action at this time.
0 commit comments