From 3481758b099a46ee04178546eb25ba331f124035 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Wed, 23 Aug 2023 11:28:23 +0200
Subject: [PATCH] feature(npm): assets

---
 gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 54e6aa1..e79f856 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -34,6 +34,7 @@ stages:
     - cd web/frontend
     - npm config set -- //${CI_SERVER_HOST}/:_authToken=${CI_JOB_TOKEN}
     - npm config set @octolize:registry=https://gitlab.wpdesk.dev/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/
+    - npm config list
     - npm install
     - npm run build
 
-- 
GitLab