You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting 'publishTechnicalDocumentationInternalS3'...
The following tasks did not complete: publishTechnicalDocumentationInternalS3
Did you forget to signal async completion?
When declaring it as async, and awaiting it, the compiler returns success in 13ms, but no resulting files on s3 can be found.
Using gulpfile ~/Documents/Limecraft/technical-documentation/gulpfile.js
Starting 'publishTechnicalDocumentationInternalS3'...
Finished 'publishTechnicalDocumentationInternalS3' after 11 ms
I guess it's the issue with streams and promises, and although I tried a couple of approaches (generating a Promise on my own, using stream-to-promise library), none of them seem to be working.
The text was updated successfully, but these errors were encountered:
Without async/await, publishing to s3 results in
When declaring it as async, and awaiting it, the compiler returns success in 13ms, but no resulting files on s3 can be found.
So, the outcome is:
I guess it's the issue with streams and promises, and although I tried a couple of approaches (generating a Promise on my own, using stream-to-promise library), none of them seem to be working.
The text was updated successfully, but these errors were encountered: