@antora/assembler 1.0.0-beta.7 → 1.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assemble-content.js +1 -1
- package/package.json +1 -1
package/lib/assemble-content.js
CHANGED
|
@@ -65,7 +65,7 @@ async function assembleContent (playbook, contentCatalog, converter, { configSou
|
|
|
65
65
|
createResolveAssemblyModel(context, contentCatalog, assemblyConfig, intrinsicAttributes, navigationCatalog)
|
|
66
66
|
)
|
|
67
67
|
if (!(assemblyFiles.length && typeof convert === 'function')) return assemblyFiles
|
|
68
|
-
if (typeof getDefaultCommand === 'function') {
|
|
68
|
+
if (buildConfig.command == null && typeof getDefaultCommand === 'function') {
|
|
69
69
|
buildConfig.command = await getDefaultCommand(buildConfig.cwd)
|
|
70
70
|
}
|
|
71
71
|
const { publishSite: publishFiles = require('@antora/site-publisher') } = generatorFunctions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/assembler",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.8",
|
|
4
4
|
"description": "A JavaScript library that merges AsciiDoc content from multiple pages in an Antora site into assembly files and delegates to an exporter to convert those files to another format, such as PDF.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|