File tree Expand file tree Collapse file tree 2 files changed +85
-155
lines changed Expand file tree Collapse file tree 2 files changed +85
-155
lines changed Original file line number Diff line number Diff line change 7
7
"build" : " react-scripts build" ,
8
8
"test" : " react-scripts test" ,
9
9
"eject" : " react-scripts eject" ,
10
+ "deploy" :
" cross-env PUBLIC_PATH='/' npm run build && echo modular-material-admin-react.modularcode.io > ./build/CNAME && gh-pages -d build --repo [email protected] :modularcode/modular-material-admin-react.git --branch gh-pages" ,
10
11
"build-docs" : " build-storybook --docs -s ./public" ,
11
12
"build-storybook" : " build-storybook" ,
12
13
"storybook" : " start-storybook -p 6060"
20
21
"axios" : " ^0.19.0" ,
21
22
"axios-mock-adapter" : " ^1.17.0" ,
22
23
"chart.js" : " ^2.9.3" ,
23
- "cross-env" : " ^6 .0.3 " ,
24
+ "cross-env" : " ^7 .0.0 " ,
24
25
"disqus-react" : " ^1.0.7" ,
25
26
"lodash" : " ^4.17.15" ,
26
27
"moment" : " ^2.24.0" ,
50
51
"babel-loader" : " ^8.0.6" ,
51
52
"eslint-plugin-prettier" : " ^3.1.1" ,
52
53
"fork-ts-checker-webpack-plugin" : " ^3.1.1" ,
54
+ "gh-pages" : " ^2.2.0" ,
53
55
"prettier" : " 1.18.2" ,
54
56
"react-docgen-typescript-loader" : " ^3.6.0" ,
55
57
"ts-loader" : " ^6.2.1"
You can’t perform that action at this time.
0 commit comments