mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 06:07:25 +02:00
Use prettier at root of repo
This commit is contained in:
parent
c00e575a61
commit
9c90c9b946
13 changed files with 14 additions and 27 deletions
|
@ -8,8 +8,7 @@
|
|||
"db:deploy": "prisma migrate deploy",
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"db:seed": "tsx prisma/seed.ts",
|
||||
"type-check": "tsc --pretty --noEmit",
|
||||
"format": "prettier --write ."
|
||||
"type-check": "tsc --pretty --noEmit"
|
||||
},
|
||||
"exports": "./index.ts",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue