Skip to content

Commit 89f00f6

Browse files
authored
🔧 Add export script to build gh page
1 parent 072e9ad commit 89f00f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"dev": "next dev",
66
"build": "next build",
77
"start": "next start",
8-
"lint": "next lint"
8+
"lint": "next lint",
9+
"export": "next build && next export"
910
},
1011
"dependencies": {
1112
"next": "12.0.8",

0 commit comments

Comments
 (0)