diff --git a/.github/workflows/build-aio.yaml b/.github/workflows/build-aio.yaml index 4a49630..848d322 100644 --- a/.github/workflows/build-aio.yaml +++ b/.github/workflows/build-aio.yaml @@ -63,10 +63,8 @@ jobs: - name: Build frontend run: | - cd ${{ env.FRONTEND_DIR }} npm install pnpm -g - pnpm install - pnpm build + make web - name: Upload frontend artifact uses: actions/upload-artifact@v4