frontend-template-application icon indicating copy to clipboard operation
frontend-template-application copied to clipboard

feat: add start:with-theme and build:with-theme NPM scripts with Paragon CLI

Open adamstankiewicz opened this issue 2 years ago • 2 comments
trafficstars

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.

adamstankiewicz avatar Aug 23 '23 14:08 adamstankiewicz

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.

codecov[bot] avatar Aug 23 '23 14:08 codecov[bot]

The initial logic for starting a project with a theme was added in this pull request

PKulkoRaccoonGang avatar Dec 26 '23 07:12 PKulkoRaccoonGang