mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
prettier:format command
This commit is contained in:
parent
29377e21f5
commit
323b093dfa
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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user