Skip to content

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
iwolfs committed Jun 28, 2019
1 parent 1d76f34 commit 83f9246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"scripts": {
"dev": "next -p 80",
"build": "next build",
"build": "export NODE_ENV='production' && next build",
"start": "next start -p 80",
"export": "npm run build && next export"
"export": "export NODE_ENV='production' && npm run build && next export"
}
}

0 comments on commit 83f9246

Please sign in to comment.