mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
chore: update deps
This commit is contained in:
parent
d47310a6f7
commit
5d255dda3b
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
|
@ -73,3 +73,6 @@ build/
|
|||
.firebase-emu/
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
*.local
|
||||
.secret.*
|
|
@ -11,8 +11,9 @@
|
|||
"node_modules",
|
||||
"src",
|
||||
".git",
|
||||
"firebase-debug.log",
|
||||
"firebase-debug.*.log"
|
||||
"*.log",
|
||||
"*.local",
|
||||
".secret.*"
|
||||
],
|
||||
"predeploy": [
|
||||
"npm --prefix \"$RESOURCE_DIR\" run build:clean",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bea967a371581c1109dc0101dbcab196e9ed9ade
|
||||
Subproject commit 5990ab1ceb78c5800a959c4b17db3d8b3d01c432
|
Loading…
Reference in New Issue
Block a user