Skip to content

Commit 92b0334

Browse files
committed
DEV 스테이지 배포 중 실패하는 현상 수정
* PROD - DEV 간 의존성 동기화 (PROD -> DEV로 복사)
1 parent be9a928 commit 92b0334

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

.github/workflows/front_deploy_on_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- run: yarn install
5252

53-
- run: npm install [email protected]
53+
- run: yarn add [email protected]
5454

5555
- run: npm install -g env-cmd
5656

frontend/package.json

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,24 @@
3030
"styled-components": "^5.3.3"
3131
},
3232
"devDependencies": {
33-
"@serverless/typescript": "^3.15.2",
34-
"@types/next-seo": "^2.1.2",
35-
"@types/node": "17.0.21",
36-
"@types/react": "17.0.41",
37-
"@typescript-eslint/eslint-plugin": "^5.16.0",
38-
"@typescript-eslint/parser": "^5.16.0",
39-
"eslint": "8.11.0",
40-
"eslint-config-next": "12.1.0",
41-
"eslint-config-prettier": "^8.5.0",
42-
"eslint-plugin-prettier": "^4.0.0",
43-
"prettier": "^2.6.0",
44-
"raw-loader": "^4.0.2",
45-
"typescript": "4.6.2"
33+
"@mdi/font": "^6.7.96",
34+
"@mdi/js": "^6.7.96",
35+
"@mdi/react": "^1.6.0",
36+
"@sls-next/serverless-component": "^3.7.0",
37+
"axios": "^0.27.2",
38+
"babel-plugin-styled-components": "^2.0.6",
39+
"env-cmd": "^10.1.0",
40+
"gray-matter": "^4.0.3",
41+
"i18next": "^21.6.14",
42+
"ms": "^2.1.3",
43+
"next": "12.1.0",
44+
"next-seo": "^5.4.0",
45+
"react": "17.0.2",
46+
"react-dom": "17.0.2",
47+
"react-i18next": "^11.16.1",
48+
"react-markdown": "^8.0.3",
49+
"remark-gfm": "^3.0.1",
50+
"serverless": "^2.72.3",
51+
"styled-components": "^5.3.3"
4652
}
4753
}

0 commit comments

Comments
 (0)