Skip to content

Commit 7e4670e

Browse files
committed
feat: add rebuild command with npm install during upgrade
1 parent 4d806cf commit 7e4670e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deployment/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ case "$1" in
7070
wait_for_db
7171
python -m pretalx check --deploy
7272
python -m pretalx migrate --noinput
73+
python -m pretalx rebuild --npm-install
7374
;;
7475
"manage")
7576
wait_for_db

0 commit comments

Comments
 (0)