xref
: /
packages
/
apps
/
Car
/
DebuggingRestrictionController
/
server
/
firebase.json
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
"functions"
: {
3
"predeploy"
: [
4
"npm --prefix \"$RESOURCE_DIR\" run lint"
5
]
6
}
7
}
8