adobe / aem-spa-page-model-manager

Interface between Adobe Experience Manager and Single Page Application framework.
Apache License 2.0
35 stars 24 forks source link

fix(bugfix): [#82] make npm run build:production produce dist/types.d.ts #83

Open marto opened 2 years ago

marto commented 2 years ago

Description

Fix for bug [ #82] Moved tsconfig.types.json to src and fixed build script in package.json to product dist/typs.d.ts on npm build:production

How Has This Been Tested?

npm run build:production && ls -lha dist/types.d.ts npm run test << all tests passed

Types of changes

codecov[bot] commented 2 years ago

Codecov Report

Merging #83 (530e908) into master (b618bc2) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   92.66%   92.66%           
=======================================
  Files          11       11           
  Lines         804      804           
  Branches      210      206    -4     
=======================================
  Hits          745      745           
  Misses         59       59           

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 b01185c...530e908. Read the comment docs.