Files
rowy/cloud_functions/firebase.json
2019-10-16 11:25:02 +11:00

9 lines
148 B
JSON

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