Files
rowy/cloud_functions/firebase.json
2020-02-06 16:09:36 +11:00

9 lines
148 B
JSON

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