addin' yarn serve 🥘

This commit is contained in:
Will Holcomb
2021-03-19 06:53:17 -04:00
committed by Alec LaLonde
parent 46f214d97e
commit 89b4ec4527
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"yarn generate --watch\"",
"serve": "concurrently \"next start\" \"watch --wait=300 'yarn build'\"",
"build": "next build",
"start": "next start",
"typecheck": "tsc",