Fixup grunt docs task

This commit is contained in:
Nick O'Leary
2018-08-20 17:03:38 +01:00
parent 954226da0d
commit 7e7117632d
2 changed files with 3 additions and 2 deletions

View File

@@ -415,7 +415,7 @@ module.exports = function(grunt) {
},
jsdoc : {
runtimeAPI: {
src: 'red/runtime-api/*.js',
src: 'packages/node_modules/@node-red/runtime/lib/api/*.js',
options: {
destination: 'docs',
configure: './jsdoc.json'
@@ -427,7 +427,7 @@ module.exports = function(grunt) {
options: {
separators: true
},
src: 'red/runtime-api/*.js',
src: 'packages/node_modules/@node-red/runtime/lib/api/*.js',
dest: 'docs/runtime-api.md'
}
}