We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a996d commit 1df7cd5Copy full SHA for 1df7cd5
.github/workflows/main.yml
@@ -112,12 +112,6 @@ jobs:
112
- name: 📥 Monorepo install
113
uses: ./.github/actions/pnpm-install
114
115
- - name: Prisma migrate
116
- run: |
117
- cd apps/api
118
- pnpm prisma generate
119
- pnpm --filter=@codeimage/prisma-models build
120
-
121
- name: Restore dist
122
uses: actions/cache@v5
123
with:
apps/codeimage/package.json
@@ -15,7 +15,7 @@
15
"pre-commit-eslint": "oxlint --fix",
16
"lint": "oxlint",
17
"lint:fix": "oxlint --fix",
18
- "typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json"
+ "typecheck": "tsc --noEmit"
19
},
20
"devDependencies": {
21
"@mdx-js/mdx": "catalog:next",
0 commit comments