From 5693d431c220e7248774826095513489ec2fbbba Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 6 Oct 2024 22:57:37 +0300 Subject: [PATCH] ci: fix install command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e891b..7fb8093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ frontend: - web/node_modules script: - cd web - - npm install + - npm install --legacy-peer-deps - npm run build artifacts: paths: