mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 11:16:59 +02:00
💚 Change release command
Signed-off-by: mathieu.brunot <mb.mathieu.brunot@gmail.com>
This commit is contained in:
parent
15ea62c8d7
commit
06c830dd3c
4 changed files with 32 additions and 2 deletions
10
backend/scripts/prepare-release.sh
Normal file
10
backend/scripts/prepare-release.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
rm -rf ../dist || exit 1;
|
||||
|
||||
rsync -avr \
|
||||
--exclude="/test" \
|
||||
--exclude="/resources/public/media" \
|
||||
--exclude="/target" \
|
||||
--exclude="/scripts" \
|
||||
--exclude="/.*" \
|
||||
../ ../dist/;
|
Loading…
Add table
Add a link
Reference in a new issue