Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: BundleMon
if: github.event_name != 'workflow_dispatch'
run: pnpm bundlemon

############ TRIGGER QWIKCITY E2E TEST ############
trigger-qwikcity-e2e:
name: Trigger Qwik City E2E
Expand Down
26 changes: 26 additions & 0 deletions bundlemon.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
export default {
baseDir: './dist-dev/tsc-out',
groups: [
{
path: 'packages/create-qwik/dist/**',
},
{
path: 'packages/qwik/dist/**',
},
{
path: 'packages/qwik-auth/lib/**',
},
{
path: 'packages/qwik-city/lib/**',
},
{
path: 'packages/qwik-react/lib/**',
},
{
path: 'packages/qwik-worker/lib/**',
},
{
path: 'packages/supabase-auth-helpers-qwik/lib/**',
},
],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"@vitejs/plugin-basic-ssl": "2.1.0",
"all-contributors-cli": "6.26.1",
"brotli": "1.3.3",
"bundlemon": "3.1.0",
"create-qwik": "workspace:^",
"cross-spawn": "7.0.6",
"csstype": "3.1.3",
Expand Down
Loading
Loading