We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1419012 commit 1a30228Copy full SHA for 1a30228
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"dev": "next dev",
7
"build": "next build",
8
+ "export": "next export",
9
"start": "next start",
10
"lint": "next lint"
11
},
0 commit comments