Uh oh!
There was an error while loading. Please reload this page.
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#827Saurav Aggarwal (saurav0705) wants to merge 1 commit into
Conversation
Saurav Aggarwal (@saurav0705) , the check passes for me even without the change (adding outDir) in this PR. |
Saurav Aggarwal (saurav0705)
commented
Oct 30, 2023
Hi Dmitriy Kirakosyan (@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 |
Saurav Aggarwal (@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 |
Dmitriy Kirakosyan (@DmitriyKirakosyan) issue is that the package that has been published to I think making an action that automatically publishes to |
velimir-jankovic
commented
Nov 8, 2023
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