diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 539aa0f..4fb85e7 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -55,7 +55,7 @@ if [ "$1" == "" ] || [ "$1" == "frontend" ] || [ "$1" == "--force" ]; then flutter pub get BUILD_NUMBER=$(date +%s) - flutter build web --release --web-renderer html --pwa-strategy=none --build-number=$BUILD_NUMBER + flutter build web --release --pwa-strategy=none --build-number=$BUILD_NUMBER echo "📦 Build version: $BUILD_NUMBER" pm2 restart luckychit-frontend