mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(docs): fix outdated grunt to npm scripts (#6073)
This commit is contained in:
committed by
GitHub
parent
a2b0fb314f
commit
bfa9c30523
+3
-3
@@ -20,9 +20,9 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci
|
|||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
- `grunt test` run the jasmine and mocha tests
|
- `npm run test` run the jasmine and mocha tests
|
||||||
- `grunt build` run webpack and bundle the source
|
- `npm run build` run webpack and bundle the source
|
||||||
- `grunt version` prepare the code for release
|
- `npm run version` prepare the code for release
|
||||||
|
|
||||||
Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version.
|
Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,6 +5,6 @@ To run the examples:
|
|||||||
1. `git clone https://github.com/axios/axios.git`
|
1. `git clone https://github.com/axios/axios.git`
|
||||||
2. `cd axios`
|
2. `cd axios`
|
||||||
3. `npm install`
|
3. `npm install`
|
||||||
4. `grunt build`
|
4. `npm run build`
|
||||||
5. `npm run examples`
|
5. `npm run examples`
|
||||||
6. [http://localhost:3000](http://localhost:3000)
|
6. [http://localhost:3000](http://localhost:3000)
|
||||||
Reference in New Issue
Block a user