dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Use rootDir of src to ensure widgets are output correctly #66

Closed agubler closed 4 years ago

agubler commented 4 years ago

When building a single widget using the library target the type definitions file is output into the root rather than the widget directory. This is because the common root is the widgets directory, using rootDir of src ensure that the source folder/file structure is maintained for the output even when there is only a single widget to build.

Resolves #65

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   63.95%   63.95%           
=======================================
  Files           8        8           
  Lines         405      405           
  Branches       88       88           
=======================================
  Hits          259      259           
  Misses        146      146
Impacted Files Coverage Δ
src/base.config.ts 23.3% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d9871e8...2a28026. Read the comment docs.