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
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 releaseBut, 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 releaseRelevant File(s)