From b09385f97dbf730b4afe1af0739b10cc59ba97fc Mon Sep 17 00:00:00 2001 From: Kristian Dupont Date: Tue, 8 Aug 2017 11:35:03 +0200 Subject: [PATCH] Make jsdoc import tutorials (#1181) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8159c80..d76d89a5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "npm install && npm run lint .", "license-check": "npm install && license-checker --exclude \"MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0)\" | node scripts/handle-license-check.js", "jsdoc:clean": "rimraf ./docs/output", - "jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json", + "jsdoc": "npm install && npm run jsdoc:clean && jsdoc -u docs/tutorials -p package.json -c docs/conf.json", "prenode-tests": "npm install --build-from-source && cd tests && npm install", "node-tests": "cd tests && npm run test && cd ..", "test-runner:ava": "cd tests/test-runners/ava && npm install && npm test",