mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
addin' yarn serve 🥘
This commit is contained in:
committed by
Alec LaLonde
parent
46f214d97e
commit
89b4ec4527
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user