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" },