From aa715b61fa34beef86dc9792cea27b4e180ae78f Mon Sep 17 00:00:00 2001 From: Sangeetha Date: Mon, 27 Nov 2023 13:16:59 +0000 Subject: [PATCH] Removed dest from the build script since it is added in vite config --- compile-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-build.sh b/compile-build.sh index 5a11ffe..cc1b8d9 100755 --- a/compile-build.sh +++ b/compile-build.sh @@ -8,7 +8,7 @@ set -ev # Building assets -npm run build -- --dest $2/public --report +npm run build # Storing revision hash git rev-parse HEAD > $2/REVISION