Skip to content

Commit 5e69ad5

Browse files
committed
shiritori: add firebase.json
Change-Id: I7071578525aeec2cb2663f7212373426742eb95e
1 parent 187181a commit 5e69ad5

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

firebase.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
{}
1+
{
2+
"database": {
3+
"rules": "database.rules.json"
4+
},
5+
"functions": {
6+
"predeploy": [
7+
"npm --prefix $RESOURCE_DIR run lint"
8+
],
9+
"source": "functions"
10+
},
11+
"hosting": {
12+
"public": "public",
13+
"ignore": [
14+
"firebase.json",
15+
"**/.*",
16+
"**/node_modules/**"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)