Fix test-docs script

This commit is contained in:
Schuyler Cebulskie
2016-12-30 00:07:24 -05:00
parent e44d571671
commit bcbd187223

View File

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