0
0
Fork 0

Add run recipe to the makefile

This commit is contained in:
Oliver Akins 2022-07-22 00:34:53 -06:00
parent 48dffc112a
commit e9c37263a5
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -5,4 +5,7 @@ dist:
tsc
dev: dist
NODE_ENV=development node dist/main.js
NODE_ENV=development node dist/main.js
run:
NODE_ENV=production node dist/main.js