mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 12:49:26 -05:00
prettier:format command
This commit is contained in:
4
.prettierignore
Normal file
4
.prettierignore
Normal file
@@ -0,0 +1,4 @@
|
||||
.next/
|
||||
|
||||
prisma/scripts/data
|
||||
prisma/scripts/mongo
|
||||
@@ -19,6 +19,7 @@
|
||||
"compile": "lingui compile",
|
||||
"restore": "pg_restore -d 'postgresql://sendou@localhost:5432/dev' --jobs 4 dumped.sql --clean",
|
||||
"seed": "prisma db seed --preview-feature",
|
||||
"prettier:format": "prettier --write .",
|
||||
"cy:open": "cypress open",
|
||||
"cy:run": "cypress run",
|
||||
"cy:clearcache": "cypress cache clear",
|
||||
|
||||
Reference in New Issue
Block a user