From cfa5d7aaad189131717f9b2f55be5d711a1dc9f1 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 20 Jul 2022 22:13:05 -0600 Subject: [PATCH] Remove p from the production run make recipe --- server/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/makefile b/server/makefile index ecc5979..454dc93 100644 --- a/server/makefile +++ b/server/makefile @@ -12,7 +12,7 @@ prod: build rund: NODE_ENV=development node dist/main.js -runp: +run: NODE_ENV=production node dist/main.js test: