Fixing firebase deploy

This commit is contained in:
Benoy Bose 2025-03-13 18:46:25 +05:30
parent f0c10883d9
commit 1fd5a7d889
2 changed files with 0 additions and 8 deletions

View File

@ -15,7 +15,6 @@
"*.local" "*.local"
], ],
"predeploy": [ "predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build" "npm --prefix \"$RESOURCE_DIR\" run build"
] ]
} }

View File

@ -53,13 +53,6 @@ steps:
root: "$(System.DefaultWorkingDirectory)/functions/" root: "$(System.DefaultWorkingDirectory)/functions/"
sources: .env sources: .env
- task: Npm@1
displayName: "npm run build"
inputs:
command: "custom"
workingDir: "$(System.DefaultWorkingDirectory)/functions"
customCommand: "run build"
- task: CmdLine@2 - task: CmdLine@2
displayName: "install firebase tools" displayName: "install firebase tools"
inputs: inputs: