From c10fd67bf2fcaa326d76f98f922d977fe4d05fef Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 6 Oct 2024 22:59:52 +0300 Subject: [PATCH] ci: remove extra variable --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fb8093..8de29c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,14 +14,12 @@ cache: frontend: image: node:22-alpine stage: frontend - variables: - NODE_ENV: "production" cache: paths: - web/node_modules script: - cd web - - npm install --legacy-peer-deps + - npm install --legacy-peer-deps --include=dev - npm run build artifacts: paths: