Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marto
Copy link

@marto marto commented Jun 1, 2022

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

…types.d.ts

Moved tsconfig.types.json to src and fixed build script in package.json
@codecov
Copy link

codecov bot commented Jun 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant