mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
mono repo: added cloud functions
This commit is contained in:
8
cloud_functions/firebase.json
Normal file
8
cloud_functions/firebase.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"functions": {
|
||||
"predeploy": [
|
||||
"npm --prefix \"$RESOURCE_DIR\" run lint",
|
||||
"npm --prefix \"$RESOURCE_DIR\" run build"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user