ci: Run tsc & create server-package.json

This commit is contained in:
Elian Doran 2024-07-13 18:56:18 +03:00
parent 19550eec6a
commit c0cc1e3b52
No known key found for this signature in database

View File

@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the TypeScript build
run: npx tsc
- name: Create server-package.json
run: cat package.json | grep -v electron > server-package.json
- uses: docker/setup-buildx-action@v1
- uses: docker/build-push-action@v2
with: