Skip to content

Commit

Permalink
Merge pull request #51 from prisma/ankur-patch
Browse files Browse the repository at this point in the history
fix(custom): prisma build failing
  • Loading branch information
ankur-arch authored Nov 13, 2024
2 parents c643b05 + bbb8105 commit 5e5df2c
Showing 5 changed files with 109 additions and 39 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ jobs:
with:
node-version: "lts/*"
- run: npm clean-install
- run: npx nuxi prepare
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
73 changes: 69 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.3.3",
"@nuxt/kit": "^3.11.2",
"@prisma/client": "^5.17.0",
"@prisma/client": "^5.22.0",
"chalk": "^5.3.0",
"defu": "^6.1.4",
"execa": "^8.0.1",
@@ -61,6 +61,7 @@
"inquirer": "^9.3.7",
"nuxt": "^3.11.2",
"prettier": "3.2.5",
"prisma": "^5.22.0",
"vitest": "^1.2.2"
},
"config": {
67 changes: 35 additions & 32 deletions playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@
"postinstall": "nuxi prepare"
},
"devDependencies": {
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"nuxt": "^3.11.2",
"prettier": "3.2.5",
"prisma": "^5.15.0"
"prisma": "^5.22.0"
}
}

0 comments on commit 5e5df2c

Please sign in to comment.