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

Failed to build tarballs #1313

Closed
haricnugraha opened this issue Jul 19, 2024 · 3 comments
Closed

Failed to build tarballs #1313

haricnugraha opened this issue Jul 19, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@haricnugraha
Copy link
Contributor

Describe the bug
Failed to build tarballs. More info https://github.com/hyperjumptech/monika/actions/runs/10003848111/job/27651660920.

To Reproduce
Steps to reproduce the behavior:

Run npm run pack-tarballs.

Expected behavior
Tarballs built successfully.

Screenshots
Screenshot 2024-07-19 at 1 57 18 PM

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version: 20
@haricnugraha haricnugraha added the bug Something isn't working label Jul 19, 2024
@sapiderman
Copy link
Contributor

sapiderman commented Jul 26, 2024

ooooh deja vu. I think becuase we updated to the new oclif version
we've had some p*cking problems before.

poke: @suyono3484 @syamsudotdev #1255 #1311

@suyono3484
Copy link
Contributor

Confirmed. I can reproduce the problem.
image

Looking at the error message, the command npm run pack-tarballs doesn't trigger tsc -b, hence missing all the .js files.
I tried to run npm run prepack before issuing npm run pack-tarballs and it worked.
image

Should we update the workflow? @haricnugraha

@haricnugraha
Copy link
Contributor Author

Yes, we should update it because it prevents us from releasing to Snapcraft.

@suyono3484 suyono3484 self-assigned this Aug 12, 2024
@suyono3484 suyono3484 mentioned this issue Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants