Skip to content

Commit

Permalink
re-add next export command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdriver committed Sep 27, 2020
1 parent 678aea9 commit c3c4430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prebuild": "cd .. && yarn && yarn build",
"prebuild:npm": "cd .. && npm i && npm run build",
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit c3c4430

Please sign in to comment.