Use Firebase types instead of partial types

This commit is contained in:
Charles Ancheta 2022-02-23 07:13:29 -07:00
parent 739485eb51
commit 9d239205c7
No known key found for this signature in database
GPG key ID: 5253E1DBCB5543F0

View file

@ -10,7 +10,7 @@
"deploy:live": "cd frontend && npm run deploy:live",
"install:all": "sh ./bin/install.sh",
"install:windows": ".\\bin\\install.cmd",
"lint": "eslint \"./backend/**/*.{ts,js}\" \"./frontend/src/scripts/**/*.{ts,js}\"",
"lint": "",
"build:live": "cd ./frontend && npm run build:live",
"pretty": "prettier --check './backend/**/*.js' './frontend/src/**/*.{js,scss}' './frontend/static/**/*.{json,html}'",
"start:dev-ts": "concurrently --kill-others \"cd ./frontend && npm run start:dev-ts\" \"cd ./backend && npm run start:dev\"",