ci: fix prisma:validate error in CI
This commit is contained in:
parent
8483cd4772
commit
ab94d1e656
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -46,5 +46,7 @@ jobs:
|
||||
with:
|
||||
dockerfile: './Dockerfile'
|
||||
|
||||
- run: 'cp .env.example .env'
|
||||
|
||||
- name: 'prisma:validate'
|
||||
run: 'npm run prisma:validate'
|
||||
|
Reference in New Issue
Block a user