Skip to content

Commit 5983190

Browse files
authored
Merge pull request #46 from 4GeeksAcademy/Brenes93-patch-6
Update render_build.sh
2 parents 99253d6 + 401a3ec commit 5983190

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

render_build.sh

+2-9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ npm install
77
npm run build
88
cd ../..
99

10-
pipenv run flask db upgrade
11-
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-
1910
pipenv install
11+
12+
pipenv run upgrade

0 commit comments

Comments
 (0)