Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6609175

Browse files
rspeichercaitp
authored andcommitted
docs(tutorial): npm needs "run" keyword for custom script names
Fix "npm run update-webdriver" command Closes #7071
1 parent 6743ccf commit 6609175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tasks that you will need while developing:
134134
- `npm start` : start a local development web-server
135135
- `npm test` : start the Karma unit test runner
136136
- `npm run protractor` : run the Protractor end 2 end tests
137-
- `npm update-webdriver` : install the drivers needed by Protractor
137+
- `npm run update-webdriver` : install the drivers needed by Protractor
138138

139139
### Running Development Web Server
140140

@@ -233,4 +233,4 @@ before pushing a new commit of changes to a remote repository.
233233
[protractor]: https://github.com/angular/protractor
234234
[bower]: http://bower.io/
235235
[http-server]: https://github.com/nodeapps/http-server
236-
[karma]: https://github.com/karma-runner/karma
236+
[karma]: https://github.com/karma-runner/karma

0 commit comments

Comments
 (0)