mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
Use Firebase types instead of partial types
This commit is contained in:
parent
739485eb51
commit
9d239205c7
1 changed files with 1 additions and 1 deletions
|
@ -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\"",
|
||||
|
|
Loading…
Reference in a new issue