From 42589e0871f2e1757d007b1b50baf5c95efa2650 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Tue, 5 Jul 2022 15:42:08 +0200 Subject: [PATCH] chore(NPM): correct frontend build dir to get all dist folders --- templates/npm/npm-build.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index 5b77240..7fe3d4e 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -2,7 +2,7 @@ image: $NODE_IMAGE stage: build variables: - FRONTEND_BUILD_DIR: 'dist' + FRONTEND_BUILD_DIR: '**/dist' before_script: - > if [ "$FRONTEND_DIR" != "" ]; then