File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci
20
20
21
21
## Developing
22
22
23
- - ` grunt test` run the jasmine and mocha tests
24
- - ` grunt build` run webpack and bundle the source
25
- - ` grunt version` prepare the code for release
23
+ - ` npm run test` run the jasmine and mocha tests
24
+ - ` npm run build` run webpack and bundle the source
25
+ - ` npm run version` prepare the code for release
26
26
27
27
Please don't include changes to ` dist/ ` in your pull request. This should only be updated when releasing a new version.
28
28
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ To run the examples:
5
5
1 . ` git clone https://github.com/axios/axios.git `
6
6
2 . ` cd axios `
7
7
3 . ` npm install `
8
- 4 . ` grunt build`
8
+ 4 . ` npm run build`
9
9
5 . ` npm run examples `
10
10
6 . [ http://localhost:3000 ] ( http://localhost:3000 )
You can’t perform that action at this time.
0 commit comments