mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
✨ Always fetch fresh library templates
This commit is contained in:
parent
d0a422e8bd
commit
e5a7edeaf6
1 changed files with 3 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue