Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Aug 24, 2024
1 parent 041f6e1 commit aeaba5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ts/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mode=grpcwebtext prevents client from receiving all the messages at once when using streaming

all: protoc test build
all: protoc disable-trace test build

protoc:
@if [ ! -d "./components/api" ]; then \
Expand All @@ -12,7 +12,6 @@ protoc:
--grpc-web_out=import_style=typescript,mode=grpcwebtext:./components/api

build: install
npx next telemetry --disable
pnpm build

test: install
Expand All @@ -21,5 +20,9 @@ test: install
install:
pnpm install && pnpm install -D vitest

disable-trace:
npx next telemetry --disable


clean:
rm -rf out

0 comments on commit aeaba5c

Please sign in to comment.