Skip to content

Commit

Permalink
ci: Run tsc & create server-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 13, 2024
1 parent 19550ee commit c0cc1e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0cc1e3

Please sign in to comment.