From c13b83c8def9c2c2762b5d2979da89418cc18048 Mon Sep 17 00:00:00 2001 From: Leon Yu Date: Sat, 21 Sep 2024 22:41:56 -0400 Subject: [PATCH] Set github workflow to production --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6fbd448..b260237 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -28,6 +28,8 @@ jobs: cache: "npm" - name: npm install, lint, build, and test + env: + NODE_ENV: production run: | npm ci npm run lint --if-present