Skip to content

Commit a9d9ba0

Browse files
authored
Merge pull request #47 from 4GeeksAcademy/Brenes93-patch-7
Update render_build.sh
2 parents 5983190 + 1faa1f5 commit a9d9ba0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

render_build.sh

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

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

0 commit comments

Comments
 (0)