File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
restore-keys : |
45
45
${{ runner.os }}-webpack-
46
46
47
- # 5. Prod 환경으로 빌드
48
- - name : Build for Prod environment
49
- run : npm run build
50
-
51
47
# 3. 의존성 설치
52
48
- name : Install Dependencies
53
49
run : npm install
54
50
51
+ # 5. Prod 환경으로 빌드
52
+ - name : Build for Prod environment
53
+ run : npm run build
54
+
55
55
# 4. 환경변수 파일 github secret에서 가져와서 생성
56
56
- name : Create environments from github secrets
57
57
run : |
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const NetworkStateCatcher = () => {
8
8
} ;
9
9
10
10
const handleNetworkOffline = ( ) => {
11
- // TODO: (@weadie) 토스트 높이는 z-index 이슈가 해결되면 반영할 예정입니다.
12
11
toast . error ( '네트워크 연결 상태를 확인해주세요.' , {
13
12
isAutoClosed : false ,
14
13
position : 'bottom' ,
You can’t perform that action at this time.
0 commit comments