From 1e071bfc45a07a5fc4f1c020f5ee0dc29f2aed27 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Fri, 22 Jul 2016 07:25:26 -0700 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b11fa67..859a7df 100644 --- a/package.json +++ b/package.json @@ -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": [