Don't create empty cache.json on startup anymore

This commit is contained in:
wiz 2021-01-18 12:20:55 +09:00
parent a28a3b5fc9
commit b4faf90de3

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