Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ echo "== Installing Playwright browsers =="
npx playwright install

echo "== Preparing database =="
bin/rails db:prepare
if [ "${USE_RAILS_WITHOUT_ACTION_TEXT_ADAPTER:-false}" != "true" ]; then
bin/rails app:db:prepare
else
bin/rails db:prepare
fi

echo "== Setup complete! =="