From b8cefa42543b0c370b9b23ca7d1a60b45907771c Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Thu, 11 Jul 2019 14:10:03 +0200 Subject: [PATCH] fix: remove package-job when forPackaging is false --- src/common.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.ts b/src/common.ts index d0bf80f1..b3aa0a6d 100644 --- a/src/common.ts +++ b/src/common.ts @@ -807,6 +807,8 @@ export function getRules(configuration: Configuration): Rules { files.push( join('templates', '.npmignore'), ); + } else { + delete ciConfig[`package`]; } if (configuration.serverSide) {