More cleanup

This commit is contained in:
Jared Palmer 2023-06-02 15:21:49 -04:00
parent fc79a708f4
commit 33f7ead323
6 changed files with 9 additions and 67 deletions

View file

@ -10,8 +10,8 @@
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"type-check": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
"format:write": "prettier --write \"{app,lib,components}/**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"{app,lib,components}**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@auth/core": "0.0.0-manual.527fff6c",