run dev_reset on stage1 again

This commit is contained in:
Moriz Wahl 2022-05-04 13:10:53 +02:00
parent 8d4e691f3d
commit 9d1a35cf94

View File

@ -105,8 +105,7 @@ yarn install
yarn build yarn build
if [ "$DEPLOY_SEED_DATA" = "true" ]; then if [ "$DEPLOY_SEED_DATA" = "true" ]; then
yarn dev_up yarn dev_up
# As dev_reset is not running properly (0019-replace_login_user_id_with_state_user_id) yarn dev_reset
# yarn dev_reset
else else
yarn up yarn up
fi fi