File tree Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ REACT_APP_PYCONKR_API = https://api.pycon.kr
Original file line number Diff line number Diff line change 36
36
37
37
- name : Build
38
38
run : |
39
- yarn build
39
+ yarn build:dev
40
40
41
41
- name : Deploy
42
42
run : |
Original file line number Diff line number Diff line change 18
18
"@testing-library/user-event" : " ^13.5.0" ,
19
19
"axios" : " ^1.6.8" ,
20
20
"dotenv" : " ^16.4.5" ,
21
+ "env-cmd" : " ^10.1.0" ,
21
22
"hamburger-react" : " ^2.5.1" ,
22
23
"react" : " ^18.2.0" ,
23
24
"react-dom" : " ^18.2.0" ,
35
36
"web-vitals" : " ^2.1.4"
36
37
},
37
38
"scripts" : {
38
- "start" : " react-scripts start" ,
39
- "start:prod" : " react-scripts start" ,
40
- "build" : " react-scripts build" ,
41
- "build:prod" : " react-scripts build" ,
42
- "prestart" : " ./scripts/set_dev.sh" ,
43
- "prestart:prod" : " ./scripts/set_prod.sh" ,
44
- "prebuild" : " chmod +x ./scripts/set_dev.sh || ./scripts/set_dev.sh" ,
45
- "prebuild:prod" : " chmod +x ./scripts/set_prod.sh || ./scripts/set_prod.sh"
39
+ "start" : " env-cmd -f ./.env.local react-scripts start" ,
40
+ "start:dev" : " env-cmd -f ./.env.development react-scripts start" ,
41
+ "start:prod" : " env-cmd -f ./.env.production react-scripts start" ,
42
+ "build" : " env-cmd -f ./.env.local react-scripts build --profile" ,
43
+ "build:dev" : " env-cmd -f ./.env.development react-scripts build --profile" ,
44
+ "build:prod" : " env-cmd -f ./.env.production react-scripts build"
46
45
},
47
46
"eslintConfig" : {
48
47
"extends" : [
Original file line number Diff line number Diff line change @@ -5991,6 +5991,18 @@ __metadata:
5991
5991
languageName: node
5992
5992
linkType: hard
5993
5993
5994
+ "env-cmd@npm:^10.1.0":
5995
+ version: 10.1.0
5996
+ resolution: "env-cmd@npm:10.1.0"
5997
+ dependencies:
5998
+ commander: ^4.0.0
5999
+ cross-spawn: ^7.0.0
6000
+ bin:
6001
+ env-cmd: bin/env-cmd.js
6002
+ checksum: efef55074250f14cfc0b80c98dd98f1f056a80e1f3c7db14097ceefdd2d56c766bbb83b54c22932112707f41b36ce2e923f8015d69e62a75c12d98640b972e75
6003
+ languageName: node
6004
+ linkType: hard
6005
+
5994
6006
"env-paths@npm:^2.2.0":
5995
6007
version: 2.2.1
5996
6008
resolution: "env-paths@npm:2.2.1"
@@ -11906,6 +11918,7 @@ __metadata:
11906
11918
"@types/react-redux": ^7.1.33
11907
11919
axios: ^1.6.8
11908
11920
dotenv: ^16.4.5
11921
+ env-cmd: ^10.1.0
11909
11922
eslint-config-prettier: ^9.1.0
11910
11923
eslint-plugin-prettier: ^5.1.3
11911
11924
hamburger-react: ^2.5.1
You can’t perform that action at this time.
0 commit comments