-
Notifications
You must be signed in to change notification settings - Fork 79
Speed local setup #263
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 local setup #263
Conversation
a1ac372
to
728923b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM, one question: is there a reason we don't want to compile-ts when we bootstrap? It pretty much needs to happen each time you bootstrap since you wouldn't bootstrap without having some code changes or wanting to build
|
613d3b5
to
867a0e5
Compare
9b33733
to
8f6165e
Compare
Changes:
bootstrap-with-chromium
: always download chromiumbootstrap-without-compass
: do not link and install compass-shellbootstrap-ci
: used in evergreen, run lerna and npm commands in 'ci' mode: without altering package-lock.jsonbootstrap
will not run theprepublish
script anymore. This means thatcompile-ts
and webpack are not run automatically on every install.