Skip to content

Conversation

@HimanshuTembhe
Copy link

Thank you for making a pull request!

Clean React App is built and maintained by developers like you, and we appreciate contributions very much. You are awesome!

Here is a short checklist to give your PR the best start:

Everything above can be removed once checked

  • Commit messages are ready to go in the changelog (see below for details)
  • PR template filled in (see below for details)

fixes #55

@HimanshuTembhe
Copy link
Author

Pls review @rubemfsv

Copy link
Owner

@rubemfsv rubemfsv left a comment

Choose a reason for hiding this comment

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

did you tested here to check if it will work?

// Write the updated package.json back to the file
fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2))

console.log('Updated package.json with dynamic values.')
Copy link
Owner

Choose a reason for hiding this comment

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

it is not necessary, because it is not an instruction

Copy link
Owner

Choose a reason for hiding this comment

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

this line is missing! After remove it, run "npm run format:fix" to run prettier here

Copy link
Author

Choose a reason for hiding this comment

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

@rubemfsv you are talking about whicj line ?

@HimanshuTembhe
Copy link
Author

Pls can you check once again

// Write the updated package.json back to the file
fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2))

console.log('Updated package.json with dynamic values.')
Copy link
Owner

Choose a reason for hiding this comment

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

this line is missing! After remove it, run "npm run format:fix" to run prettier here

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.

[FEATURE] Update package.json for GitHub User and RepoName when Install by npx

2 participants