Refactoring
This commit is contained in:
4
.github/workflows/app.yaml
vendored
4
.github/workflows/app.yaml
vendored
@@ -31,12 +31,12 @@ jobs:
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
pnpm install --prod --frozen-lockfile
|
||||
pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
working-directory: app
|
||||
run: |
|
||||
pnpm run build
|
||||
pnpm --filter app build
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
Reference in New Issue
Block a user