fixup! add release generator script
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good

This commit is contained in:
Bence Pőcze 2023-09-28 12:17:47 +02:00
parent 0d57268700
commit c9c854ed41
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -22,6 +22,6 @@ find public/static/css -type f -iname '*.css' -exec cleancss {} -o {} \;
find public/static/img -type f -iname '*.svg' -exec svgo {} -o {} \;
echo "Linking view files..."
./mapg view:link
./rvr view:link
rm .env