fix: web bundler entry point (#1341)

* fix: web bundler entry point

* removed the web-bundles folder

* added web-bundles to gitignore

* disabled web bundles

---------

Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
Murat K Ozcan 2026-01-17 16:30:59 -06:00 committed by GitHub
parent 411cded4d0
commit f25fcc686c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ permissions:
jobs: jobs:
bundle-and-publish: bundle-and-publish:
if: ${{ false }} # Temporarily disabled while web bundles are paused.
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout BMAD-METHOD - name: Checkout BMAD-METHOD

1
.gitignore vendored
View File

@ -48,6 +48,7 @@ CLAUDE.local.md
# Bundler temporary files and generated bundles # Bundler temporary files and generated bundles
.bundler-temp/ .bundler-temp/
web-bundles/
# Generated web bundles (built by CI, not committed) # Generated web bundles (built by CI, not committed)
src/modules/bmm/sub-modules/ src/modules/bmm/sub-modules/