Files
rowy/cloud_build_functions/firebase.json
2020-12-15 12:19:42 +08:00

9 lines
148 B
JSON

{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
}