build(ci): use production build in benchmark
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 7 Sep 2023 10:53:10 +0000 (12:53 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 7 Sep 2023 10:53:10 +0000 (12:53 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/benchmark.yml

index 093c450f951c2d4143a5d7c93da5e67f9db6a60c..1acc184fbc18d89461c6d82aa350e95660d4f545 100644 (file)
@@ -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