From bcbd1872238a614fd132fef238230c33a95728d8 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Fri, 30 Dec 2016 00:07:24 -0500 Subject: [PATCH] Fix test-docs script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c4895a66..eddbfdcd1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "test": "eslint src && docgen --source src --custom docs/index.yml", "docs": "docgen --source src --custom docs/index.yml --output docs/docs.json", - "test-docs": "docgen --source src --custom docs", + "test-docs": "docgen --source src --custom docs/index.yml", "lint": "eslint src", "web-dist": "node ./node_modules/parallel-webpack/bin/run.js" },