Skip to content

Commit 297156e

Browse files
authored
Merge pull request #42 from 4GeeksAcademy/BeaNovo-patch-6
Update render_build.sh
2 parents 199f177 + 7124dec commit 297156e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: render_build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@ npm run build
88
cd ../..
99

1010
pipenv install
11+
pipenv run reset_db
12+
pipenv run flask insert-test-users 5
13+
pipenv run flask insert_data_catfood
14+
pipenv run flask insert_data_dogfood
15+
pipenv run flask insert_data_exoticfood
16+
pipenv run flask insert_data_accessories
17+
pipenv run flask insert_data_pet
1118

1219
pipenv run upgrade

0 commit comments

Comments
 (0)