From 0336c6256a1bd308945959335552770b27c2522e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 18 Jan 2021 12:20:55 +0900 Subject: [PATCH] Don't create empty cache.json on startup anymore --- production/mempool-install-all | 1 - 1 file changed, 1 deletion(-) diff --git a/production/mempool-install-all b/production/mempool-install-all index ddcc9df8e..f8d9c8b74 100755 --- a/production/mempool-install-all +++ b/production/mempool-install-all @@ -8,7 +8,6 @@ do cd "${HOME}/${site}/backend/" cp "../production/mempool-config.${site}.json" "mempool-config.json" - touch cache.json npm install npm run build