Don't create empty cache.json on startup anymore

This commit is contained in:
wiz 2021-01-18 12:20:55 +09:00
parent 642e54b057
commit 0336c6256a
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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