Skip to content

Commit dd879cc

Browse files
committed
fix: issues resolved with vercel
1 parent d2545d1 commit dd879cc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

now.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"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+
}
410
]
511
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/vip-git/universal-jsonschema-form-material-ui/issues"
1010
},
1111
"scripts": {
12-
"postinstall": "ts-node scripts/installer/index.ts",
12+
"postinstall": "ts-node scripts/installer/index.ts --reactMUI",
1313
"install-react-mui": "ts-node scripts/installer/index.ts --reactMUI",
1414
"install-vue-mui": "ts-node scripts/installer/index.ts --vueMUI",
1515
"install-react-native-paper": "ts-node scripts/installer/index.ts --reactNativePaper",

0 commit comments

Comments
 (0)