| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Reviewer's GuideRemoved the automatic Prisma postinstall step from package.json and corrected script syntax to prevent GitHub Actions failures. Sequence Diagram: Behavior of Removed postinstall ScriptsequenceDiagram
participant Installer as "Package Installer (npm/yarn)"
participant Postinstall as "`postinstall` script (in package.json)"
participant PrismaCLI as "Prisma CLI"
Note over Installer, PrismaCLI: This diagram shows the interactions of the `postinstall` script that has now been removed.
Installer->>Postinstall: (Previously) Triggered after package installation
Postinstall->>PrismaCLI: (Previously) Executed `npx prisma generate --schema=prisma/postgresql-schema.prisma`
Postinstall->>PrismaCLI: (Previously) Executed `npx prisma migrate deploy --schema=prisma/postgresql-schema.prisma`
File-Level Changes
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fix: remove postinstall script from package.json to fix GitHub Action
Summary by Sourcery
Bug Fixes: