fix: added ci check for declaartions and added fix for the same#827
fix: added ci check for declaartions and added fix for the same#827saurav0705 wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
@saurav0705 , the check passes for me even without the change (adding outDir) in this PR. |
Hi @DmitriyKirakosyan, yes I checked this I was able to reproduce this previously and not now so might be a cache issue but can we add this check so this doesn't happen in future |
|
@saurav0705 , if the check doesn't test the added changes, it might be more confusing than helpful. It would be great if you could modify the check to ensure it fails when |
@DmitriyKirakosyan issue is that the package that has been published to I think making an action that automatically publishes to |
As already discussed, changes in this PR won't ensure release without definition files will be created. Closing. |
Issue
In the latest version for code-push web sdk no declarations files are committed due to which ts is failing.
Fix
Added

outDiraddition option intsconfig-release.jsonwhich fixes the issuePrevention
Added a build check so that this should not happen in future releases