mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-04 08:58:16 +08:00
docs(tutorial): npm needs "run" keyword for custom script names
Fix "npm run update-webdriver" command Closes #7071
This commit is contained in:
committed by
Caitlin Potter
parent
e3141fe5f4
commit
2e2d62ca12
@@ -134,7 +134,7 @@ tasks that you will need while developing:
|
||||
- `npm start` : start a local development web-server
|
||||
- `npm test` : start the Karma unit test runner
|
||||
- `npm run protractor` : run the Protractor end 2 end tests
|
||||
- `npm update-webdriver` : install the drivers needed by Protractor
|
||||
- `npm run update-webdriver` : install the drivers needed by Protractor
|
||||
|
||||
### Running Development Web Server
|
||||
|
||||
@@ -233,4 +233,4 @@ before pushing a new commit of changes to a remote repository.
|
||||
[protractor]: https://github.com/angular/protractor
|
||||
[bower]: http://bower.io/
|
||||
[http-server]: https://github.com/nodeapps/http-server
|
||||
[karma]: https://github.com/karma-runner/karma
|
||||
[karma]: https://github.com/karma-runner/karma
|
||||
|
||||
Reference in New Issue
Block a user