frontend-template-application
frontend-template-application copied to clipboard
feat: add start:with-theme and build:with-theme NPM scripts with Paragon CLI
Integrates the base frontend-template-application MFE with the Paragon CLI command install-theme.
Allows engineers doing local development with custom @edx/brand NPM packages to run the custom brand without risking modifying/committing code with the custom @edx/brand package still installed.
Codecov Report
Patch and project coverage have no change.
Comparison is base (
13c4d6a) 0.00% compared to head (3503158) 0.00%. Report is 10 commits behind head on master.
:exclamation: Current head 3503158 differs from pull request most recent head ba328da. Consider uploading reports for the commit ba328da to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #641 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 2 2
Lines 7 7
======================================
Misses 7 7
| Files Changed | Coverage Δ | |
|---|---|---|
| src/example/ExamplePage.jsx | 0.00% <ø> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The initial logic for starting a project with a theme was added in this pull request