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