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

Remove npm install from release #786

Merged
merged 3 commits into from
May 3, 2021

Conversation

cofad
Copy link
Contributor

@cofad cofad commented May 3, 2021

Description of the change

Remove npm install from the release GitHub Action workflow to prevent the Linux binary from overwriting the spago file. The npm postinstall would download the newly created Linux binary and overwrite the spago file that was needed for Windows users.

closes #783

Checklist:

  • Added the change to the "Unreleased" section of the changelog
  • Added some example of the new feature to the README
  • Added a test for the contribution (if applicable)

Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting to the bottom of this! Looks good 👏

@f-f f-f merged commit 4e6968b into purescript:master May 3, 2021
@cofad cofad deleted the remove-npm-install-from-release branch May 3, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot execute spago from cygwin terminal
2 participants