Renamed doc command to docs.

This patch changes the `npm run doc` command to `npm run docs`.
I'm doing this because throughout infra, most of the job names use
'docs' as a short for 'documentation', and it's useful to remain
consistent.

Change-Id: I713ab3a076f97db92f4227b27486ec565c81ef83
This commit is contained in:
Michael Krotscheck 2016-07-22 07:25:26 -07:00
parent 57029cdeb1
commit 1e071bfc45
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"posttest": "istanbul check-coverage",
"prepublish": "nsp check",
"lint": "eslint ./",
"doc": "(cd doc; make html)",
"docs": "(cd doc; make html)",
"jsdoc": "jsdoc generators/app/lib -r -d jsdoc_build"
},
"keywords": [