mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-09 19:55:28 +01:00
Generate Prisma client before linting
Otherwise since dependencies are cached schema changes won't be reflected.
This commit is contained in:
parent
da3219d3b9
commit
fd7810f839
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
${{ runner.OS }}-
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Generate Prisma client
|
||||
run: yarn prisma generate
|
||||
- name: Run lint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue