-
Notifications
You must be signed in to change notification settings - Fork 8
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] build:dev 스크립트에서 노드 환경을 production으로 수정 #326
Merged
hwinkr
merged 2 commits into
develop
from
revert-325-revert-324-hotfix/323-fix-build-dev
Aug 23, 2024
Merged
[FE] build:dev 스크립트에서 노드 환경을 production으로 수정 #326
hwinkr
merged 2 commits into
develop
from
revert-325-revert-324-hotfix/323-fix-build-dev
Aug 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 66fbefc.
Test Results4 tests 4 ✅ 3s ⏱️ Results for commit f6fbed2. ♻️ This comment has been updated with latest results. |
hwinkr
changed the title
Revert "Revert "[FE] build:dev 스크립트에서 노드 환경을 production으로 수정""
[FE] build:dev 스크립트에서 노드 환경을 production으로 수정
Aug 23, 2024
Largopie
approved these changes
Aug 23, 2024
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.
이번엔 진짜 되겠다 ㅋㅋㅋㅋ👍
🐫🍀🔮 |
Yoonkyoungme
approved these changes
Aug 23, 2024
Largopie
added a commit
that referenced
this pull request
Aug 23, 2024
hwinkr
added a commit
that referenced
this pull request
Sep 23, 2024
* [FE] dev 배포시에도 msw가 실행되었던 문제 해결 (#322) chore: msw 실행 조건 추가 * [FE] build:dev 스크립트에서 노드 환경을 production으로 수정 (#324) chore: build:dev 스크립트를 development에서 production으로 수정 * Revert "[FE] build:dev 스크립트에서 노드 환경을 production으로 수정" (#325) * Revert "[FE] build:dev 스크립트에서 노드 환경을 production으로 수정 (#324)" This reverts commit 9bbd94e. * chore: cross-env 제거 * [FE] build:dev 스크립트에서 노드 환경을 production으로 수정 (#326) * Revert "Revert "[FE] build:dev 스크립트에서 노드 환경을 production으로 수정" (#325)" This reverts commit 66fbefc. * chore: cross-env 제거 + dev & prod 모두 production으로 설정 * [FE] build:dev 스크립트에서 노드 환경을 production으로 수정 (#327) * Revert "[FE] build:dev 스크립트에서 노드 환경을 production으로 수정 (#326)" This reverts commit b9cd009. * chore: dev모드 빌드 시 production모드로 빌드하도록 수정 * refactor: 불필요한 로직 제거 * chore: 프론트엔드 리소스 프로덕션 환경 배포 yml 파일 수정 --------- Co-authored-by: 낙타/송재석 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #325