Skip to content

Commit dd8a9c0

Browse files
Update render_build.sh
Descomenté las lineas 5 y 6, ya que si están comentadas, no permiten hacer el deploy del frontend
1 parent f3e2615 commit dd8a9c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

render_build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# exit on error
33
set -o errexit
44

5-
# npm install
6-
# npm run build
5+
npm install
6+
npm run build
77

88
pipenv install
99

10-
pipenv run upgrade
10+
pipenv run upgrade

0 commit comments

Comments
 (0)