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

Create build script to simplify release process #3

Open
karissademi opened this issue Mar 3, 2017 · 3 comments
Open

Create build script to simplify release process #3

karissademi opened this issue Mar 3, 2017 · 3 comments

Comments

@karissademi
Copy link
Member

The process for creating a release is a bit cumbersome, requiring that a script be run for npm publishes and another manual .zip created for github assets. It would be nice if a single script could be run when a release is ready that would handle:

  • versioning
  • creation of the dist folder
  • generation of the GitHub release package

This is not a high priority.

@timwis
Copy link

timwis commented Sep 19, 2017

I think travis can do this: https://docs.travis-ci.com/user/deployment/releases/

@alejandroxlopez
Copy link

Is there a way to change the package manager and compiler command from "Yarn" to NPM? Yarn stoped working correctly after upgrading to MacOS Mojav. (It is actually a Homebrew issue that is affecting Yarn)

@karissademi
Copy link
Member Author

I've also had some other issues with Yarn, so I'm fine with switching back to npm. I haven't upgraded to Mojav yet, so thanks for the warning on that!

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

No branches or pull requests

3 participants