We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072e9ad commit 89f00f6Copy full SHA for 89f00f6
package.json
@@ -5,7 +5,8 @@
5
"dev": "next dev",
6
"build": "next build",
7
"start": "next start",
8
- "lint": "next lint"
+ "lint": "next lint",
9
+ "export": "next build && next export"
10
},
11
"dependencies": {
12
"next": "12.0.8",
0 commit comments