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 678aea9 commit c3c4430Copy full SHA for c3c4430
demo/package.json
@@ -7,7 +7,7 @@
7
"prebuild": "cd .. && yarn && yarn build",
8
"prebuild:npm": "cd .. && npm i && npm run build",
9
"dev": "next dev",
10
- "build": "next build",
+ "build": "next build && next export",
11
"start": "next start"
12
},
13
"dependencies": {
0 commit comments