@diplodoc/cli 4.9.0 → 4.10.0
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/build/index.js +2 -2
- package/build/index.js.map +2 -2
- package/package.json +2 -2
- package/src/cmd/build/index.ts +1 -1
package/build/index.js
CHANGED
|
@@ -3505,7 +3505,7 @@ function handler(args) {
|
|
|
3505
3505
|
yield upload({
|
|
3506
3506
|
input: userOutputFolder,
|
|
3507
3507
|
region: storageRegion,
|
|
3508
|
-
ignore,
|
|
3508
|
+
ignore: [...ignore, TMP_INPUT_FOLDER, TMP_OUTPUT_FOLDER],
|
|
3509
3509
|
endpoint,
|
|
3510
3510
|
bucket,
|
|
3511
3511
|
prefix,
|
|
@@ -4211,7 +4211,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
|
|
|
4211
4211
|
default: false,
|
|
4212
4212
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
4213
4213
|
type: "boolean"
|
|
4214
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.
|
|
4214
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.10.0" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
|
|
4215
4215
|
console.timeEnd(MAIN_TIMER_ID);
|
|
4216
4216
|
if (err) {
|
|
4217
4217
|
console.error(err);
|