Skip to content

Commit 30ca39f

Browse files
committed
Add next export command to package.json
2 parents 26c0262 + e4896c0 commit 30ca39f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"export": "next export"
1011
},
1112
"dependencies": {
1213
"@types/node": "18.15.3",

0 commit comments

Comments
 (0)