Minor dev env changes
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"functions": {
|
||||
"source": "functions"
|
||||
"source": "functions",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git",
|
||||
"firebase-debug.log",
|
||||
"firebase-debug.*.log",
|
||||
"**/_private_stuff/**"
|
||||
],
|
||||
"predeploy": [
|
||||
"npm --prefix \"$RESOURCE_DIR\" run lint"
|
||||
]
|
||||
},
|
||||
"firestore": {
|
||||
"rules": "firestore.rules",
|
||||
|
||||
3530
functions/package-lock.json
generated
3530
functions/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28699
package-lock.json
generated
28699
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user