Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed prisma plugin from package.json of template #65

Closed
wants to merge 1 commit into from

Conversation

yaswanth-godspeed
Copy link
Contributor

if user selects mongo-as-prisma example then @godspeedsystems/plugins-prisma-as-datastore@latest will add in dependencies of package.json file. while installing all dependencies prisma plugin will also install.
i test this manually, it's working well.

@yaswanth-godspeed yaswanth-godspeed requested a review from a user December 8, 2023 07:17
});
};

await addPackageToDependencies('@godspeedsystems/plugins-prisma-as-datastore','latest',`${projectDirPath}/package.json`)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just do the npm install to install plugin instead of re-writing package.json

@yaswanth-godspeed yaswanth-godspeed deleted the removed-prisma branch December 8, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant