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:
parent
411cded4d0
commit
f25fcc686c
|
|
@ -10,6 +10,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
bundle-and-publish:
|
||||
if: ${{ false }} # Temporarily disabled while web bundles are paused.
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout BMAD-METHOD
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ CLAUDE.local.md
|
|||
|
||||
# Bundler temporary files and generated bundles
|
||||
.bundler-temp/
|
||||
web-bundles/
|
||||
|
||||
# Generated web bundles (built by CI, not committed)
|
||||
src/modules/bmm/sub-modules/
|
||||
|
|
|
|||
Loading…
Reference in New Issue