mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +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 }}-
|
${{ runner.OS }}-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
- name: Generate Prisma client
|
||||||
|
run: yarn prisma generate
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue