From be7470f1e42bbd7fca9981efde79112d90fecda6 Mon Sep 17 00:00:00 2001 From: Benoy Bose Date: Mon, 26 May 2025 20:08:07 +0530 Subject: [PATCH] Update deploy-dev.yaml --- .gitea/workflows/deploy-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml index 413dd79..f0f0a82 100644 --- a/.gitea/workflows/deploy-dev.yaml +++ b/.gitea/workflows/deploy-dev.yaml @@ -47,7 +47,7 @@ jobs: - name: "Replace #{SERVICES_RGN}# in all .ts files" run: | find . -type f -name "*.ts" -exec sed -i "s/#{SERVICES_RGN}#/${{ vars.SERVICES_RGN }}/g" {} + - cat functions/src/email/sendEmail.ts + - name: Build run: | npm install -g typescript