Skip to content

Commit

Permalink
build: Add build script for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
NiGhTTraX committed Jul 13, 2020
1 parent af9bdcf commit 0ad8608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "nextjs-example",
"private": true,
"scripts": {
"dev": "next dev"
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@types/node": "~14.0.22",
Expand Down

0 comments on commit 0ad8608

Please sign in to comment.