refactor: minor changes
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user