Files
lunasea/lunasea-cloud-functions/firebase.json
2025-04-02 21:53:39 -04:00

9 lines
148 B
JSON

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