This commit is contained in:
Travis CI 2016-12-30 05:10:35 +00:00
parent a3289b25b8
commit 97c10b2270
2 changed files with 2 additions and 2 deletions

View file

@ -8324,7 +8324,7 @@ module.exports = {
"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"
},

File diff suppressed because one or more lines are too long