refactor: minor changes

This commit is contained in:
Divlo
2022-08-29 16:10:17 +00:00
parent ab94d1e656
commit a6dd112e4a
12 changed files with 468 additions and 515 deletions

View File

@ -46,7 +46,5 @@ jobs:
with:
dockerfile: './Dockerfile'
- run: 'cp .env.example .env'
- name: 'prisma:validate'
run: 'npm run prisma:validate'
run: 'cp .env.example .env && npm run prisma:validate'