Skip to content

Commit c3c4430

Browse files
committed
re-add next export command
1 parent 678aea9 commit c3c4430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prebuild": "cd .. && yarn && yarn build",
88
"prebuild:npm": "cd .. && npm i && npm run build",
99
"dev": "next dev",
10-
"build": "next build",
10+
"build": "next build && next export",
1111
"start": "next start"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)