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

Use yarn with Electron-Builder too #148

Merged
merged 1 commit into from
Nov 3, 2016
Merged

Use yarn with Electron-Builder too #148

merged 1 commit into from
Nov 3, 2016

Conversation

ConorIA
Copy link
Contributor

@ConorIA ConorIA commented Nov 3, 2016

With this commit, NPM can be removed as a dependency in favour of yarn.

How important is the npm rebuild command before building?

If it is imperative to rebuild the modules before packaging, a possible solution would be to add yarn install --force to the shell task in the Gruntfile.

@lipis
Copy link
Contributor

lipis commented Nov 3, 2016

Nice :)

@lipis lipis merged commit e258153 into wireapp:master Nov 3, 2016
@ConorIA ConorIA deleted the moreyarn branch November 3, 2016 12:27
@ConorIA
Copy link
Contributor Author

ConorIA commented Nov 3, 2016

@lipis I'm worried I may have sold you out on this one. If any of the dependencies are architecture-specific, skipping the rebuild could cause the 32-bit build to fail... You'd know better than me, anyway.

@ConorIA
Copy link
Contributor Author

ConorIA commented Nov 3, 2016

Reference electron-userland/electron-builder#861.

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.

2 participants