From 6a95ad10e5f8583bc41b6a331f85208674451bfd Mon Sep 17 00:00:00 2001 From: Matthew R Date: Wed, 15 Apr 2020 10:52:43 -0400 Subject: [PATCH] add makefile subcommand to run project --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 90e5352..b44d381 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ clean: build: tsc -p ./tsconfig.json + +run: + cd build && node main