Skip to content

Commit b4fe9cd

Browse files
committed
Fix iframe sizing issue
1 parent e1459e4 commit b4fe9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"dev": "next dev",
11-
"build": "next build",
11+
"build": "bash build.sh; next build",
1212
"start": "next start",
1313
"lint": "next lint"
1414
},

0 commit comments

Comments
 (0)