We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7284eed commit 05515b5Copy full SHA for 05515b5
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"build": "next build",
9
"start": "next start",
10
"lint": "eslint",
11
- "export": "next build && next export",
+ "export": "next build",
12
"deploy": "gh-pages -d out"
13
},
14
"dependencies": {
0 commit comments