Components needed for this trailhead
Click here to deploy in Salesforce
-
Make sure you're connected to your Playground Trailhead org (or destination org selected to Check the challenge)
-
Deploy the LWC
myComponent
into your Play org with sfdx -
Deploy the custom tab
Words
into your org sfdx
Use the following command:
# If your Playground Trailhead org is the default one
sfdx force:source:deploy -m "LightningComponentBundle, CustomTab"
# Specifying the target org alias/usename
sfdx force:source:deploy -a YOUR_ORG_ALIAS -m "LightningComponentBundle, CustomTab"