Skip to content

Commit 87bf8ad

Browse files
committed
uncomment script step to build react app to prod
1 parent 84105d3 commit 87bf8ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

03-site-estatico/scripts/deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ if [ "$1" != "" ]; then
1111
fi
1212

1313
echo "----------------------------------------"
14-
#echo "Creating an optimized production React App build..."
15-
#cd ../website || return
16-
#npm ci
17-
#npm run build
14+
echo "Creating an optimized production React App build..."
15+
cd ../website || return
16+
npm ci
17+
npm run build
1818
echo "----------------------------------------"
1919
cd ../terraform || return
2020
echo "Formatting terraform files"

0 commit comments

Comments
 (0)