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

[FE] 빌드 소요 시간 개선 #433

Open
greenblues1190 opened this issue Sep 16, 2022 · 1 comment
Open

[FE] 빌드 소요 시간 개선 #433

greenblues1190 opened this issue Sep 16, 2022 · 1 comment
Assignees
Labels
🍚 frontend Anything related to front-end ⚙️ infra Set infrastructure
Projects

Comments

@greenblues1190
Copy link
Collaborator

greenblues1190 commented Sep 16, 2022

요구사항

기한

22.09.17

@greenblues1190 greenblues1190 added ⚙️ infra Set infrastructure 🍚 frontend Anything related to front-end labels Sep 16, 2022
@greenblues1190 greenblues1190 self-assigned this Sep 16, 2022
@greenblues1190 greenblues1190 added this to To do in Sprint 5 via automation Sep 16, 2022
@greenblues1190
Copy link
Collaborator Author

현재 Jenkins 빌드 소요 시간 경향

빌드 소요시간
#177 3 min 3 sec
#176 1 min 41 sec
#175 3 min 8 sec
#174 3 min 40 sec
#173 2 min 9 sec

로컬 빌드 소요 시간 비교

without node_modules, without lock file

npm yarn classic yarn berry
npm install yarn install yarn install
1:28.19 1:10.99 27.350

clean install

npm yarn classic yarn berry
npm ci yarn install --frozen-lockfile yarn install
27.694 0.323 1.037

참고 자료

yarn berry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍚 frontend Anything related to front-end ⚙️ infra Set infrastructure
Projects
Development

No branches or pull requests

1 participant