Skip to content

Commit bb85b71

Browse files
Add search indexing to bin/setup
1 parent f1c4f32 commit bb85b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ else
4040
step "Preparing the database" bin/rails db:prepare
4141
fi
4242

43+
step "Indexing products for search" bin/rails spree:search:reindex
44+
4345
step "Cleaning up" bin/rails log:clear tmp:clear
4446

4547
echo

0 commit comments

Comments
 (0)