From 9fb9bb2228539cb44e29d32cd04d2e2c2a30ad3d Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Mon, 20 May 2024 23:36:34 +0200
Subject: [PATCH] Fixed dependency checks for emsdk image builds

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a4f73d..bce4b94 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -176,14 +176,16 @@ build_emsdk_image:
       changes:
         paths:
           - Dockerfile.emscripten
+          - scripts/bash/npm-helpers/*
           - scripts/bash/emscripten/*
           - scripts/bash/emscripten/**/*
-    - if: $CI_COMMIT_BRANCH !~ /^main$/ # for other branches compare to develop and run if there are diffrences
+    - if: $CI_COMMIT_BRANCH !~ /^main$/ # for other branches compare to develop and run if there are differences
       exists:
         - Dockerfile.emscripten
       changes:
         paths:
           - Dockerfile.emscripten
+          - scripts/bash/npm-helpers/*
           - scripts/bash/emscripten/*
           - scripts/bash/emscripten/**/*
         compare_to: 'refs/heads/develop'
-- 
GitLab