From 674c2318cebb9ba59aa8fbf8ec4fae8482e51e5c Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sat, 25 Jul 2020 12:36:43 +0200 Subject: [PATCH] fix: copyAssets() for destination_dir (#414) --- src/git-utils.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/git-utils.ts b/src/git-utils.ts index 7f2ffd90a..a07514494 100644 --- a/src/git-utils.ts +++ b/src/git-utils.ts @@ -22,6 +22,10 @@ export async function copyAssets(publishDir: string, destDir: string): Promise