From 50b2edabbcb7e1261928624550dd8751309715c5 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 3 Dec 2020 10:23:11 -0500 Subject: [PATCH 1/2] Create the directory before copying --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d17f22aa..98290119e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "install": "napa", "test": "[ \"${CONTEXT}\" = production ] && run-s play redirect || run-s play lint:js", - "posttest": "cp -f download/*.* build/assets/gathercontent", + "posttest": "mkdir -p build/assets/gathercontent && cp -f download/*.* build/assets/gathercontent", "play": "kalastatic build", "postplay": "find . -type f -name '*[\\?]*' -delete", "redirect": "cp _redirects build/", From 2d6d15b93d7c405e0827cc67e5953dd6e99e2237 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 3 Dec 2020 10:27:55 -0500 Subject: [PATCH 2/2] Update hither --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 012710288..078315d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3864,7 +3864,7 @@ "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==" }, "hithercontent": { - "version": "github:kalamuna/hithercontent#3d30557d596f8799f6a04e7682b27bfa658caa19", + "version": "github:kalamuna/hithercontent#c3aff199edbdd37ea3eaa4de34d5cd427a37cedf", "from": "github:kalamuna/hithercontent#download", "requires": { "async": "^1.5.0",