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 4e71121 commit 0a67c7eCopy full SHA for 0a67c7e
examples/basic-export/README.md
@@ -40,8 +40,6 @@ yarn dev
40
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download)):
41
42
```bash
43
-npm run export
44
-cd out
45
now
46
```
47
examples/basic-export/package.json
@@ -3,9 +3,8 @@
3
"version": "1.0.0",
4
"scripts": {
5
"dev": "next",
6
- "build": "next build",
7
- "start": "next start",
8
- "export": "next export"
+ "build": "next build && next export",
+ "start": "next start"
9
},
10
"dependencies": {
11
"next": "latest",
0 commit comments