From 1fd5a7d88923e43687e39214e896b4fb47eaf58a Mon Sep 17 00:00:00 2001 From: Benoy Bose Date: Thu, 13 Mar 2025 18:46:25 +0530 Subject: [PATCH] Fixing firebase deploy --- firebase.json | 1 - fitlien-services-pipeline.yaml | 7 ------- 2 files changed, 8 deletions(-) diff --git a/firebase.json b/firebase.json index 4755284..d7bd8c8 100644 --- a/firebase.json +++ b/firebase.json @@ -15,7 +15,6 @@ "*.local" ], "predeploy": [ - "npm --prefix \"$RESOURCE_DIR\" run lint", "npm --prefix \"$RESOURCE_DIR\" run build" ] } diff --git a/fitlien-services-pipeline.yaml b/fitlien-services-pipeline.yaml index e689798..08feb4d 100644 --- a/fitlien-services-pipeline.yaml +++ b/fitlien-services-pipeline.yaml @@ -53,13 +53,6 @@ steps: root: "$(System.DefaultWorkingDirectory)/functions/" sources: .env - - task: Npm@1 - displayName: "npm run build" - inputs: - command: "custom" - workingDir: "$(System.DefaultWorkingDirectory)/functions" - customCommand: "run build" - - task: CmdLine@2 displayName: "install firebase tools" inputs: