Skip to content

Commit d3ce6b2

Browse files
authored
Merge pull request #45 from 4GeeksAcademy/BeaNovo-patch-9
Update render_build.sh
2 parents 859ccf4 + e02061b commit d3ce6b2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

render_build.sh

+2-8
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ 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
18-
pipenv run migrate
11+
12+
1913

2014
pipenv run upgrade

0 commit comments

Comments
 (0)