diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index 6444e5c..cc4c794 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - FRONTEND_BUILD_DIR: 'dir/' + FRONTEND_BUILD_DIR: 'dist/' .npm-build: image: $NODE_IMAGE