Skip to content

Commit ce80c7e

Browse files
committed
refactor: 필요없는 파일 제거 및 github page 배포를 위한 기능 추가
1 parent d1202fa commit ce80c7e

31 files changed

+65
-43
lines changed

.eslintcache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
4141
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
4242
"test": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts test",
43-
"eject": "react-scripts eject"
43+
"eject": "react-scripts eject",
44+
"predeploy": "yarn build",
45+
"deploy": "gh-pages -d build"
4446
},
4547
"eslintConfig": {
4648
"extends": [
@@ -68,8 +70,9 @@
6870
"@types/react-router-dom": "^5.3.3",
6971
"cross-env": "^7.0.3",
7072
"css-loader": "^5.0.1",
71-
"gh-pages": "^3.1.0",
73+
"gh-pages": "^6.2.0",
7274
"style-loader": "^2.0.0",
7375
"typescript": "^4.8.3"
74-
}
76+
},
77+
"homepage": "https://ethankylekim.github.io/grigomsite/"
7578
}
-59 KB
Binary file not shown.
-79.9 KB
Binary file not shown.
-96.5 KB
Binary file not shown.
-120 KB
Binary file not shown.
-132 KB
Binary file not shown.
-117 KB
Binary file not shown.
-94.1 KB
Binary file not shown.
-109 KB
Binary file not shown.

0 commit comments

Comments
 (0)