Skip to content

Commit

Permalink
fix(cli): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Feb 14, 2025
1 parent 7f550c9 commit cda3450
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [5.4.5]

- fix typo introduced in 5.4.4

## [5.4.4]

- adding the product configurator boilerplate
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/cli",
"version": "5.4.4",
"version": "5.4.5",
"description": "Crystallize CLI",
"module": "src/index.ts",
"repository": "https://github.com/CrystallizeAPI/crystallize-cli",
Expand Down
2 changes: 2 additions & 0 deletions src/domain/use-cases/create-clean-tenant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ const handler = async (
for await (const image of flySystem.loopInDirectory(`${crytallizeHiddenFolder}/images`)) {
images.push(image);
}

let imageMapping: Record<string, string> = {};
try {
addTraceLog(`Uploading ${images.length} images.`);
const { keys: imageMapping } = await uploadImages({
Expand Down

0 comments on commit cda3450

Please sign in to comment.