manifold/firebase.json
2021-12-10 12:10:30 -06:00

6 lines
85 B
JSON

{
"functions": {
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build"
}
}