Skip to content

Commit 71a991a

Browse files
fix package.json
1 parent e3a2624 commit 71a991a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "next dev --webpack",
77
"dev:turbopack": "next dev",
8-
"build": "next build",
8+
"build": "next build --webpack",
99
"start": "next start",
1010
"lint": "eslint"
1111
},

0 commit comments

Comments
 (0)