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

Speed up build time in Travis #2367

Merged

Conversation

epiclabsDASH
Copy link
Contributor

@epiclabsDASH epiclabsDASH commented Jan 11, 2018

These changes reduce build time from 3-4 minutes to around 2 minutes. Changes:

  • Setup cache for node_modules folder to speed up build times in Travis and so our CI process
  • Don't build on prepublish npm task. That implies Travis building two times the project per request (one after npm install, the other one to prepare the deployment). Furthermore, for local environment, I don't see any reason for building the project during npm install.

@epiclabsDASH epiclabsDASH changed the title Setup travis cache for node_modules Speed up build time in Travis Jan 11, 2018
@epiclabsDASH epiclabsDASH added this to the v2.6.6 milestone Jan 11, 2018
@epiclabsDASH epiclabsDASH merged commit be4f7d4 into Dash-Industry-Forum:development Jan 12, 2018
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