Skip to content

chore: faster build time #1285

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

Merged
merged 1 commit into from
Jun 19, 2020
Merged

chore: faster build time #1285

merged 1 commit into from
Jun 19, 2020

Conversation

alexforsyth
Copy link
Contributor

Issue #, if available:

Description of changes:
Removed --include-dependency to speed up build time.

Some stats:

Before (clean build, git clean -fxd && yarn)

real    46m50.258s
user    57m11.852s

After (clean build, git clean -fxd && yarn)

real    5m35.860s
user   6m6.196s

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@alexforsyth alexforsyth requested review from trivikr and AllanZhengYP and removed request for trivikr June 19, 2020 17:37
@@ -73,4 +73,4 @@
"lint-staged": {
"**/*.{ts,js,md,json}": "prettier --write"
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what happened here, doesnt show up on the diff in vscode

@codecov-commenter
Copy link

Codecov Report

Merging #1285 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1285      +/-   ##
==========================================
+ Coverage   73.04%   73.06%   +0.01%     
==========================================
  Files         287      287              
  Lines       12730    12736       +6     
  Branches     2922     2924       +2     
==========================================
+ Hits         9299     9305       +6     
  Misses       3431     3431              
Impacted Files Coverage Δ
packages/middleware-retry/src/defaultStrategy.ts 100.00% <100.00%> (ø)
packages/region-provider/src/defaultProvider.ts 100.00% <100.00%> (ø)
packages/region-provider/src/fromEnv.ts 100.00% <100.00%> (ø)
...kages/region-provider/src/fromSharedConfigFiles.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f61141...9458b52. Read the comment docs.

@trivikr trivikr merged commit 6f5ddfc into master Jun 19, 2020
@trivikr trivikr deleted the alexfors/faster-build branch June 19, 2020 19:51
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants