Fixing firebase deploy
This commit is contained in:
parent
f0c10883d9
commit
1fd5a7d889
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user