Refactoring

This commit is contained in:
2025-01-18 14:48:57 -06:00
parent 88b195c1d6
commit 313f4269c6
10 changed files with 17016 additions and 15321 deletions

View File

@@ -19,24 +19,20 @@ jobs:
sparse-checkout: |
app
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ vars.PNPM_VERSION }}
- name: 'Setup Node'
uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install
working-directory: app
run: |
pnpm install --frozen-lockfile
npm install --omit=dev
- name: Build
working-directory: app
run: |
pnpm --filter app build
npm run build
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3