afawcett / githubsfdeploy

GitHub Salesforce Deploy Tool
BSD 3-Clause "New" or "Revised" License
189 stars 104 forks source link

Lightning Web Component Missing from View #39

Closed dmgerow closed 4 years ago

dmgerow commented 5 years ago

Hello,

I converted a DX project with web components and an apex class into msapi format so that I could use this button, This is my package:

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
  <types>
    <name>ApexClass</name>
    <members>RelatedQuotesController</members>
    <members>RelatedQuotesControllerTest</members>
  </types>
  <types>
    <name>LightningComponentBundle</name>
    <members>relatedQuote</members>
    <members>relatedQuotes</members>
  </types>
  <version>45.0</version>
</Package>

When I use the button, it pulls the data from github, but nothing from the web components folder shows image

When I click deploy it works, so this is not a show stopper, just something I wanted to note in case it is an easy fix!

iskilia commented 5 years ago

I also have this issue too!

afawcett commented 4 years ago

@dmgerow can you confirm the repo your using? Also i have now added support for SFDX formatted repos.

dmgerow commented 4 years ago

@afawcett it is in a private repository, but I tried again and it looks fixed now: image