diff --git a/.github/workflows/bundle-and-deploy.yml b/.github/workflows/bundle-and-deploy.yml index 15c342c..f68e6d2 100644 --- a/.github/workflows/bundle-and-deploy.yml +++ b/.github/workflows/bundle-and-deploy.yml @@ -9,6 +9,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Download submodules + run: | + git submodule update --init --recursive + - name: npm install, build run: | npm clean-install