Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Comments

fix: Fixed missing publish targets in Composer Electron#3055

Merged
tonyanziano merged 2 commits intomasterfrom
toanzian/publish-fix
May 14, 2020
Merged

fix: Fixed missing publish targets in Composer Electron#3055
tonyanziano merged 2 commits intomasterfrom
toanzian/publish-fix

Conversation

@tonyanziano
Copy link
Contributor

@tonyanziano tonyanziano commented May 14, 2020

Description

The azurePublish and azureFunctionPublish plugins have a hard dependency on @bfc/libs/bot-deploy but do not include it in their package.json. Source 1 Source 2

The plugin code should have been broken in the web app as well, but the only reason it was working is because of the yarn monorepo hoisting the missing dependencies (@bfc/libs/bot-deploy).

This missing dependency then caused the plugin initialization to break in the packaged Electron app where there are no hoisted dependencies.

Task Item

Fixes #3053

Screenshots

image

@github-actions
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 9d0cd8f on toanzian/publish-fix into b904207 on master.

@tonyanziano tonyanziano merged commit 6153361 into master May 14, 2020
@tonyanziano tonyanziano deleted the toanzian/publish-fix branch May 14, 2020 18:04
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants