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",

View File

@@ -50,7 +50,7 @@ services:
env: node
plan: starter
buildCommand: yarn && yarn web:build
startCommand: yarn --cwd packages/web/ dev
startCommand: yarn --cwd packages/web/ serve
envVars:
- key: NODE_VERSION
value: 12.18.3