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

introduce deployment script to package.json #218

Open
nicksarafa opened this issue Mar 28, 2018 · 1 comment
Open

introduce deployment script to package.json #218

nicksarafa opened this issue Mar 28, 2018 · 1 comment
Labels
good first issue Good for newcomers

Comments

@nicksarafa
Copy link
Collaborator

currently have to run the following commands to deploy

  • cd public
  • yarn
  • yarn build
  • cd ..
  • firebase deploy --only hosting (regular firebase deploy currently doesn't work due to an outstanding bug inside our seed.json file that will be fixed by @piggydoughnut at a later time)
@nicksarafa nicksarafa added the good first issue Good for newcomers label Mar 28, 2018
@JollyBrackets
Copy link
Contributor

To be fair, this is already done in Travis, but I guess it can't hurt =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants