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: