File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-typescript" ,
3
+ "homepage" : " https://codebelt.github.io/react-redux-architecture" ,
3
4
"version" : " 0.1.0" ,
4
5
"private" : true ,
5
6
"husky" : {
16
17
"prod" : " cross-env CLIENT_ENV=production craco start" ,
17
18
"---------- PRODUCTION ----------------------------------------------------------------------------------" : " " ,
18
19
"build" : " cross-env CLIENT_ENV=production craco build" ,
20
+ "---------- Github Deploy -------------------------------------------------------------------------------" : " " ,
21
+ "predeploy" : " yarn build" ,
22
+ "deploy" : " gh-pages -d build" ,
19
23
"---------- TESTING -------------------------------------------------------------------------------------" : " " ,
20
24
"test" : " cross-env CLIENT_ENV=test craco test" ,
21
25
"type-check" : " tsc --noEmit" ,
74
78
"@types/uuid" : " 3.4.5" ,
75
79
"cross-env" : " 6.0.0" ,
76
80
"generate-template-files" : " 2.2.0" ,
81
+ "gh-pages" : " 2.1.1" ,
77
82
"husky" : " 3.0.5" ,
78
83
"node-sass" : " 4.12.0" ,
79
84
"prettier" : " 1.18.2" ,
You can’t perform that action at this time.
0 commit comments