From a3194326862e4b77e02772ad0b10bfe7ebadd4ba Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Wed, 24 Aug 2022 10:46:35 +0200 Subject: [PATCH] Enable npm build --- caprover_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caprover_deploy.sh b/caprover_deploy.sh index 34bf3e5b..8b026264 100755 --- a/caprover_deploy.sh +++ b/caprover_deploy.sh @@ -10,7 +10,7 @@ VERSION_TAG="${REPO}:$VERSION" set -ev # create client -#npm run build +npm run build ## Note that images build with buildx do not appear in your docker images list, therefore the push true must be set