Allow 'compile_themes' to fail in Bookwyrm package build script
This commit is contained in:
parent
246bde2d84
commit
89448b3ec6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ mkDerivation {
|
||||||
|
|
||||||
# Compile SASS
|
# Compile SASS
|
||||||
|
|
||||||
${python311}/bin/python manage.py compile_themes
|
${python311}/bin/python manage.py compile_themes || true
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'' ;
|
'' ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue