From: Jérôme Benoit Date: Thu, 7 Sep 2023 10:53:10 +0000 (+0200) Subject: build(ci): use production build in benchmark X-Git-Tag: v2.6.43~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3fd16705fb5f38d8545b08f7fed5c07b4feaeb17;p=poolifier.git build(ci): use production build in benchmark Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 093c450f..1acc184f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,8 +32,8 @@ jobs: - name: Install run: pnpm install --ignore-scripts - - name: Build - run: pnpm build + - name: Production Build + run: pnpm build:prod - name: Benchmark run: pnpm benchmark