Skip to content

The section Developing in CONTRIBUTING file confusing #5969

@MrJithil

Description

@MrJithil

Section/Content To Improve

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

But, the package json defines scripts for the same which is using npm.

Or are we still using grunt?

Suggested Improvement

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

Relevant File(s)

https://github.com/axios/axios/blob/v1.x/CONTRIBUTING.md#developing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions