0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00

Always fetch fresh library templates

This commit is contained in:
Andrey Antukh 2023-07-10 14:40:52 +02:00
parent d0a422e8bd
commit e5a7edeaf6

View file

@ -18,6 +18,8 @@ cp scripts/manage.py target/dist/manage.py
chmod +x target/dist/run.sh; chmod +x target/dist/run.sh;
chmod +x target/dist/manage.py 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/ bb ./scripts/prefetch-templates.clj resources/app/onboarding.edn builtin-templates/
cp -r builtin-templates target/dist/ cp -r builtin-templates target/dist/