-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
The section Developing in CONTRIBUTING file confusing #5969
Copy link
Copy link
Closed
Description
Section/Content To Improve
The section developing mentioning about the below 3 commands
grunt test runthe jasmine and mocha testsgrunt build runwebpack and bundle the sourcegrunt versionprepare 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 testthe jasmine and mocha testsnpm run buildwebpack and bundle the sourcenpm run versionprepare the code for release
Relevant File(s)
https://github.com/axios/axios/blob/v1.x/CONTRIBUTING.md#developingReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels