Files
rowy/ft_build/firebase.json
Shams mosowi 70291e1ab9 rename
2021-03-12 21:01:16 +10:00

10 lines
175 B
JSON

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