More cleanup
This commit is contained in:
parent
fc79a708f4
commit
33f7ead323
6 changed files with 9 additions and 67 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue