Remove p from the production run make recipe

This commit is contained in:
Oliver Akins 2022-07-20 22:13:05 -06:00
parent e757168351
commit cfa5d7aaad
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -12,7 +12,7 @@ prod: build
rund:
NODE_ENV=development node dist/main.js
runp:
run:
NODE_ENV=production node dist/main.js
test: