File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343 bun-version : 1.3.11
4444
4545 - name : Install client dependencies
46- run : bun --cwd internal/client/dashboard/ui-v2 install --frozen-lockfile
46+ run : bun install --cwd internal/client/dashboard/ui-v2 --frozen-lockfile
4747
4848 - name : Build client
49- run : bun --cwd internal/client/dashboard/ui-v2 run build
49+ run : bun run --cwd internal/client/dashboard/ui-v2 build
5050
5151 - name : Set up Go
5252 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 bun-version : 1.3.11
3434
3535 - name : Install client dependencies
36- run : bun --cwd internal/client/dashboard/ui-v2 install --frozen-lockfile
36+ run : bun install --cwd internal/client/dashboard/ui-v2 --frozen-lockfile
3737
3838 - name : Build client
39- run : bun --cwd internal/client/dashboard/ui-v2 run build
39+ run : bun run --cwd internal/client/dashboard/ui-v2 build
4040
4141 - name : Publish packages
4242 uses : goreleaser/goreleaser-action@v6
You can’t perform that action at this time.
0 commit comments