Skip to content

Commit 1df7cd5

Browse files
committed
fix
Signed-off-by: riccardoperra <riccardo.perra@icloud.com>
1 parent b1a996d commit 1df7cd5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@ jobs:
112112
- name: 📥 Monorepo install
113113
uses: ./.github/actions/pnpm-install
114114

115-
- name: Prisma migrate
116-
run: |
117-
cd apps/api
118-
pnpm prisma generate
119-
pnpm --filter=@codeimage/prisma-models build
120-
121115
- name: Restore dist
122116
uses: actions/cache@v5
123117
with:

apps/codeimage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pre-commit-eslint": "oxlint --fix",
1616
"lint": "oxlint",
1717
"lint:fix": "oxlint --fix",
18-
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json"
18+
"typecheck": "tsc --noEmit"
1919
},
2020
"devDependencies": {
2121
"@mdx-js/mdx": "catalog:next",

0 commit comments

Comments
 (0)