From 240021b754129b5fd51abf49c18e619777fbdbee Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Tue, 18 Aug 2026 12:00:00 +0000 Subject: [PATCH] ci: build when .npmrc changes The previous commit added no pipeline run: .npmrc is not in the changes list that triggers one. That file decides which registry dependencies come from, so a change to it deserves a build rather than a wave-through. This commit touches .gitlab-ci.yml, which is on the list - so it verifies itself. Co-Authored-By: Claude Opus 5 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac451d2f9..b2cf86a71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,9 @@ - scripts/**/* - pnpm-lock.yaml - pnpm-workspace.yaml + # .npmrc bindet den Scope @sorb an rohana. Aendert sich die Datei, aendert + # sich, WOHER Abhaengigkeiten kommen - das gehoert gebaut, nicht durchgewunken. + - .npmrc - .gitlab-ci.yml workflow: