@ng-doc/add
Advanced tools
Comparing version 15.7.3 to 15.7.4
{ | ||
"name": "@ng-doc/add", | ||
"version": "15.7.3", | ||
"version": "15.7.4", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "schematics": "./schematics/collection.json", |
@@ -23,8 +23,2 @@ "use strict"; | ||
buildTarget.builder = '@ng-doc/builder:browser'; | ||
Object.keys(buildTarget.configurations).forEach((config) => { | ||
buildTarget.configurations[config].ngDoc = { | ||
pages: project.sourceRoot, | ||
}; | ||
}); | ||
context.logger.info(`[INFO]: The page path for "build" target is set to "${project.sourceRoot}"`); | ||
} | ||
@@ -36,8 +30,2 @@ else { | ||
serveTarget.builder = '@ng-doc/builder:dev-server'; | ||
Object.keys(serveTarget.configurations).forEach((config) => { | ||
serveTarget.configurations[config].ngDoc = { | ||
pages: project.sourceRoot, | ||
}; | ||
}); | ||
context.logger.info(`[INFO]: The page path for "serve" target is set to "${project.sourceRoot}"`); | ||
} | ||
@@ -44,0 +32,0 @@ else { |
Sorry, the diff of this file is not supported yet
50982
847