Update basic-export to use zero config support (#10079)

This commit is contained in:
Shu Uesugi 2020-01-14 01:25:56 -08:00 committed by Tim Neutkens
parent 4e71121f3c
commit 0a67c7ee23
2 changed files with 2 additions and 5 deletions

View file

@ -40,8 +40,6 @@ yarn dev
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download)):
```bash
npm run export
cd out
now
```

View file

@ -3,9 +3,8 @@
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"next": "latest",