Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli authored Dec 19, 2024
1 parent 34d7341 commit 86ac9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ try {
identifier: component.identifier,
name: component.name || component.identifier,
folder: component.identifier,
suffix: isDevImageAvailable ? '.dev' : undefined,
suffix: isDevImageAvailable ? undefined : '.dev',
ref: component.package.split('#').pop(),
};

Expand Down

0 comments on commit 86ac9c2

Please sign in to comment.