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