We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setup:project script run pnpm install and it modifies pnpm-lock file. Commited pnpm-lock file causes unnecesary additional git conflicts.
setup:project
pnpm install
... "setup:project": "npx --yes [email protected] i && node scripts/setup-env-files.js && pnpm build", ...
npm run setup:project
package.json
I would suggest to run pnpm install --frozen-lock inside setup:project
pnpm install --frozen-lock
It just modifies pnpm-lock and contributors have to revert changes in pnpm-lock or remove pnpm-lock from staged files.
pnpm-lock
Commited pnpm-lock leads to unnecessary git conflicts.
any
No response
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📜 Description
setup:project
script runpnpm install
and it modifies pnpm-lock file. Commited pnpm-lock file causes unnecesary additional git conflicts.👟 Reproduction steps
npm run setup:project
script from rootpackage.json
file.👍 Expected behavior
I would suggest to run
pnpm install --frozen-lock
insidesetup:project
👎 Actual Behavior with Screenshots
It just modifies pnpm-lock and contributors have to revert changes in
pnpm-lock
or removepnpm-lock
from staged files.Commited pnpm-lock leads to unnecessary git conflicts.
Novu version
any
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: