We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2919da8 commit d134b75Copy full SHA for d134b75
src/cli/commands/manage/publish-content.ts
@@ -490,7 +490,7 @@ export async function action(actionArgs: string[]) {
490
batch.add(batchItem);
491
}
492
493
- console.log(`✅ Scan complete.`)
+ console.log(`✅ Scan complete.`);
494
495
await storageProvider.applyBatch(batch);
496
@@ -511,7 +511,7 @@ export async function action(actionArgs: string[]) {
511
JSON.stringify(assetsIndex),
512
encodeIndexMetadata(indexMetadata),
513
);
514
- console.log(`✅ Index has been saved.`)
+ console.log(`✅ Index has been saved.`);
515
516
// #### SERVER SETTINGS
517
// These are saved to storage
0 commit comments