Skip to content

Commit

Permalink
feat: update resolved path for saving components to include space dir…
Browse files Browse the repository at this point in the history
…ectory inside
  • Loading branch information
alvarosabu committed Jan 8, 2025
1 parent 6b28089 commit 2722b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/components/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const saveComponentsToFiles = async (
) => {
const { components, groups, presets } = spaceData
const { filename = 'components', suffix, path, separateFiles } = options
const resolvedPath = resolvePath(path, space)
const resolvedPath = resolvePath(path, `components/${space}`)

try {
if (separateFiles) {
Expand Down

0 comments on commit 2722b29

Please sign in to comment.