Skip to content

fix(deploy): current directory as source#9030

Merged
zkochan merged 3 commits intomainfrom
deploy-fails-9001
Feb 3, 2025
Merged

fix(deploy): current directory as source#9030
zkochan merged 3 commits intomainfrom
deploy-fails-9001

Conversation

@KSXGitHub
Copy link
Copy Markdown
Contributor

Fixes #9001

@KSXGitHub KSXGitHub requested a review from zkochan as a code owner February 3, 2025 12:39
}

const projectId = normalizePath(path.relative(workspaceDir, selectedProject.rootDir)) as ProjectId
const projectId = (normalizePath(path.relative(workspaceDir, selectedProject.rootDir)) || '.') as ProjectId
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the getLockfileImporterId function for calculating projectId

@KSXGitHub KSXGitHub requested a review from zkochan February 3, 2025 12:48
@zkochan zkochan merged commit a08a5a9 into main Feb 3, 2025
15 of 16 checks passed
@zkochan zkochan deleted the deploy-fails-9001 branch February 3, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pnpm deploy fails in v10.0.0

2 participants