prettier:format command

This commit is contained in:
Kalle (Sendou) 2021-04-02 00:35:48 +03:00
parent 29377e21f5
commit 323b093dfa
2 changed files with 5 additions and 0 deletions

4
.prettierignore Normal file
View File

@ -0,0 +1,4 @@
.next/
prisma/scripts/data
prisma/scripts/mongo

View File

@ -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",