Skip to content

Commit 04633d0

Browse files
committed
Ensure copilot dependencies are copied when building
In the upstream, this works because copilot CLI is in beta, but we enable all beta features in prod
1 parent 61ce91f commit 04633d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function copyDependencies() {
352352
{ recursive: true, verbatimSymlinks: true }
353353
)
354354

355-
if (isNonProductionRelease) {
355+
if (isNonProductionRelease || isGitHubDesktopPlus) {
356356
console.log(' Copying copilot…')
357357
const copilotPkgDir = path.resolve(
358358
projectRoot,

0 commit comments

Comments
 (0)