Skip to content

Commit

Permalink
chore: Build everything, not only dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 12, 2024
1 parent 814adb7 commit 6d21fdb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build dashboard
name: Build

on:
push:
Expand All @@ -17,12 +17,12 @@ jobs:
with:
node-version: 20
cache: pnpm
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: pnpm install
- name: Build
env:
PUBLIC_API_ENDPOINT: http://api
PUBLIC_STITCHER_ENDPOINT: http://stitcher
run: |
cd ./packages/dashboard
pnpm build
run: pnpm build

0 comments on commit 6d21fdb

Please sign in to comment.