From 3fd16705fb5f38d8545b08f7fed5c07b4feaeb17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Sep 2023 12:53:10 +0200 Subject: [PATCH] build(ci): use production build in benchmark MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1