Files
rowy/cloud_functions/firebase.json
2020-06-09 17:37:13 +08:00

9 lines
148 B
JSON

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