Skip to content

Commit ccf9b95

Browse files
FIX: removed next export from package.json
1 parent 1f6cbb4 commit ccf9b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7-
"build": "next build && next export",
7+
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
1010
"output": "export"

0 commit comments

Comments
 (0)