mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
feat: Added depcheck
to script
This commit is contained in:
parent
b63efefe56
commit
f63cc0f324
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
"preview": "next build && next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format:write": "prettier . --write --cache",
|
||||
"format:check": "prettier . --check --cache"
|
||||
"format:check": "prettier . --check --cache",
|
||||
"deps:check": "depcheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/clerk-react": "^4.19.0",
|
||||
|
|
Loading…
Reference in a new issue