Skip to content

Commit

Permalink
next export
Browse files Browse the repository at this point in the history
  • Loading branch information
ctwhome committed Jul 14, 2020
1 parent 8434aee commit 844aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build src",
"export": "next export src",
"export": "build && next export src",
"dev": "next src dev",
"start": "next src dev",
"start:production": "NODE_ENV=production yarn next start -p 80 src",
Expand Down

0 comments on commit 844aafa

Please sign in to comment.