Dockerfile changes

This commit is contained in:
Min Idzelis
2025-06-28 03:17:06 +00:00
parent 1c339ff85b
commit c026a53cb7
20 changed files with 2301 additions and 3629 deletions

View File

@@ -62,10 +62,10 @@ jobs:
run: pnpm install
- name: Check formatting
run: pnpm run format
run: pnpm format
- name: Run build
run: pnpm run build
run: pnpm build
- name: Upload build output
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

View File

@@ -89,15 +89,15 @@ jobs:
run: pnpm install
- name: Run linter
run: pnpm run lint
run: pnpm lint
if: ${{ !cancelled() }}
- name: Run formatter
run: pnpm run format
run: pnpm format
if: ${{ !cancelled() }}
- name: Run tsc
run: pnpm run check
run: pnpm check
if: ${{ !cancelled() }}
- name: Run small tests & coverage