Skip to content

Commit

Permalink
Add Next.js scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kheruc committed Sep 17, 2019
1 parent da9df06 commit 4af4bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,9 @@
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4af4bb9

Please sign in to comment.