1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00

fix build permissions

This commit is contained in:
Lukas Winkler 2023-11-28 21:53:41 +01:00
parent f173d562e9
commit 5c3e1a160d
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -9,7 +9,7 @@ manage="sudo -u rpgnotes $python manage.py"
git pull git pull
$manage scss $manage scss
sudo -u rpgnotes npm run build npm run build
$manage collectstatic --noinput $manage collectstatic --noinput
$manage migrate $manage migrate
$manage clearcache $manage clearcache