Deploying components
When development is complete on your custom Carbon components, deploy the component artifacts to your web client custom component, place them under source control, and deploy the application EAR file. For more information about commands and command configuration, see the Command reference.
Build your component. Ideally, run this command each time you add new files to the repository.
npm run buildTo redeploy the component artifacts, run the following command to copy the generated compiled resources to your web client custom component.
npm run deployEnsure that you place the generated artifacts in the custom component under source control.
Deploy the application EAR file as usual.