From e5a7edeaf673228e116462f1fc7027df3f874b9b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 10 Jul 2023 14:40:52 +0200 Subject: [PATCH] :sparkles: Always fetch fresh library templates --- backend/scripts/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/scripts/build b/backend/scripts/build index 64f71b7580..e8433bac38 100755 --- a/backend/scripts/build +++ b/backend/scripts/build @@ -18,6 +18,8 @@ cp scripts/manage.py target/dist/manage.py chmod +x target/dist/run.sh; chmod +x target/dist/manage.py -# Prefetch +# Prefetch templates +rm -rf builtin-templates; +mkdir builtin-templates; bb ./scripts/prefetch-templates.clj resources/app/onboarding.edn builtin-templates/ cp -r builtin-templates target/dist/