File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"builds" : [
3
- { "src" : " package.json" , "use" : " @now/static-build" , "config" : { "distDir" : " dist" } }
3
+ {
4
+ "src" : " package.json" ,
5
+ "use" : " @now/static-build" ,
6
+ "config" : {
7
+ "distDir" : " dist"
8
+ }
9
+ }
4
10
]
5
11
}
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/vip-git/universal-jsonschema-form-material-ui/issues"
10
10
},
11
11
"scripts" : {
12
- "postinstall" : " ts-node scripts/installer/index.ts" ,
12
+ "postinstall" : " ts-node scripts/installer/index.ts --reactMUI " ,
13
13
"install-react-mui" : " ts-node scripts/installer/index.ts --reactMUI" ,
14
14
"install-vue-mui" : " ts-node scripts/installer/index.ts --vueMUI" ,
15
15
"install-react-native-paper" : " ts-node scripts/installer/index.ts --reactNativePaper" ,
You can’t perform that action at this time.
0 commit comments