From a6ae039cd5e1b0b79262bf8f7ba4126337024e02 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Fri, 27 May 2022 15:35:32 +0200 Subject: [PATCH] refactor: update npm-build --- templates/npm/npm-build.gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index e35a576..7558564 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -1,6 +1,3 @@ -variables: - FRONTEND_BUILD_DIR: 'dist/' - .npm-build: image: $NODE_IMAGE stage: build