From 11d17c46bc1d1a15b0ce8b62e65682115a9e7ecd Mon Sep 17 00:00:00 2001 From: sabovyan Date: Tue, 21 Nov 2023 14:19:23 +0400 Subject: [PATCH] [gh-action] note for prisma and pnpm issue --- .github/workflows/CI.yml | 2 +- notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5553286..9ccfb1d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - name: Install Dependencies run: pnpm install - - name: 11111111111111111 + - name: Add generated prisma types run: pnpm exec prisma generate - name: Lint Project diff --git a/notes.md b/notes.md index 385352e..494ab74 100644 --- a/notes.md +++ b/notes.md @@ -1,2 +1,6 @@ - import order for eslint https://dev.to/otamnitram/sorting-your-imports-correctly-in-react-213m + + +-- pnpm issue with prisma +https://github.com/prisma/prisma/issues/2584#issuecomment-646414549