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

Added some fixes in contributing.md file with using npm #5970

Open
wants to merge 1 commit into
base: v1.x
Choose a base branch
from

Conversation

TheShiveshNetwork
Copy link

What does this PR do?

This PR modifies the section developing mentioning about the below 3 commands

  • grunt test run the jasmine and mocha tests
  • grunt build run webpack and bundle the source
  • grunt version prepare the code for release

Because the package json defines scripts for the same which is using npm, the command for npm us added here.

Screenshot 2023-10-04 192340

Fixes #5969

@TheShiveshNetwork TheShiveshNetwork changed the title Added some fixed in contributing.md file with npm Added some fixes in contributing.md file with using npm Oct 4, 2023
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.

The section Developing in CONTRIBUTING file confusing
2 participants