mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
chore: added lint script
This commit is contained in:
parent
cf101674e7
commit
6f7aafef81
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
"docker:build": "docker build -t api . && docker compose up -d",
|
||||
"docker:db": "docker compose -f docker-compose.db.yml up -d",
|
||||
"docker:seed": "docker exec -it api npm run prisma:seed",
|
||||
"lint": "npx @biomejs/biome check --apply .",
|
||||
"migrate:deploy": "prisma migrate deploy",
|
||||
"migrate:dev": "prisma migrate dev",
|
||||
"migrate:dev:create": "prisma migrate dev --create-only",
|
||||
|
|
Loading…
Reference in a new issue