From 79d07274ce8ecc7444c293fec24fd87bffbf2a37 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 3 Dec 2016 14:13:46 +0100 Subject: [PATCH] Regular dirs can be deployed as usual --- lib/utils/check-path.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/utils/check-path.js b/lib/utils/check-path.js index 055abe9..2fad483 100644 --- a/lib/utils/check-path.js +++ b/lib/utils/check-path.js @@ -29,6 +29,10 @@ export default async dir => { } } + if (!location) { + return + } + let locationName switch (location) {