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

[Backport release-23.05] thelounge: fix build #234556

Merged
merged 2 commits into from
May 28, 2023

Commits on May 28, 2023

  1. npmHooks.npmInstallHook: allow disabling npm prune invocation

    In some odd scenarios, `npm prune` either fails, or hangs. I have no idea
    what could possibly be wrong at the moment, but let's provide an escape
    hatch for packages that can still use the rest of the install hook's
    functionality.
    
    (cherry picked from commit 9de8683)
    winterqt authored and github-actions[bot] committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3d717bb View commit details
    Browse the repository at this point in the history
  2. thelounge: fix build

    Upstream switched to using TypeScript in v4.4.0, which broke the patch.
    This fixes that issue by migrating to building The Lounge from source,
    instead of having to patch the minified JavaScript.
    
    (cherry picked from commit 6347aba)
    winterqt authored and github-actions[bot] committed May 28, 2023
    Configuration menu
    Copy the full SHA
    bfb31b9 View commit details
    Browse the repository at this point in the history