-
Notifications
You must be signed in to change notification settings - Fork 560
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 script #654
Conversation
Comparing the most recent CI build in Travis (only looking at the build script here, not overall CI build time): Before this PR: 314.11s - https://travis-ci.com/github/reach/reach-ui/builds/174478011 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 650ec65:
|
* Consolidate `tsconfig.json` * Refactor build scripts * Update single package build script * Remove unused packages and update deps
Addresses #638. Builds a great deal faster locally by running a single node process vs. separate processes via
lerna run
.