We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84105d3 commit 87bf8adCopy full SHA for 87bf8ad
03-site-estatico/scripts/deploy.sh
@@ -11,10 +11,10 @@ if [ "$1" != "" ]; then
11
fi
12
13
echo "----------------------------------------"
14
-#echo "Creating an optimized production React App build..."
15
-#cd ../website || return
16
-#npm ci
17
-#npm run build
+echo "Creating an optimized production React App build..."
+cd ../website || return
+npm ci
+npm run build
18
19
cd ../terraform || return
20
echo "Formatting terraform files"
0 commit comments