forked from MapComplete/MapComplete
Chore: Attempt to fix build
This commit is contained in:
parent
9242608f05
commit
d3786a73fc
2 changed files with 8 additions and 1 deletions
|
@ -14,3 +14,10 @@ echo '{}' > ./public/assets/generated/layers/search.json
|
|||
echo '[]' > ./public/assets/generated/theme_overview.json
|
||||
echo '{}' > ./public/assets/generated/layers/geocoded_image.json
|
||||
echo '{}' > ./public/assets/generated/layers/usersettings.json
|
||||
TARGET_DATE="202001010000.00" # Jan 1, 2020, 00:00:00
|
||||
|
||||
for file in ./public/assets/generated/layers/* ; do
|
||||
if [ -f "$file" ]; then
|
||||
touch -t "$TARGET_DATE" "$file"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue