0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/backend/scripts/prepare-release.sh

11 lines
243 B
Bash
Raw Normal View History

#!/usr/bin/env bash
rm -rf ../dist || exit 1;
rsync -avr \
--exclude="/test" \
--exclude="/resources/public/media" \
--exclude="/target" \
--exclude="/scripts" \
--exclude="/.*" \
../ ../dist/;