Add run recipe to the makefile
This commit is contained in:
parent
48dffc112a
commit
e9c37263a5
1 changed files with 4 additions and 1 deletions
5
makefile
5
makefile
|
|
@ -5,4 +5,7 @@ dist:
|
||||||
tsc
|
tsc
|
||||||
|
|
||||||
dev: dist
|
dev: dist
|
||||||
NODE_ENV=development node dist/main.js
|
NODE_ENV=development node dist/main.js
|
||||||
|
|
||||||
|
run:
|
||||||
|
NODE_ENV=production node dist/main.js
|
||||||
Loading…
Add table
Add a link
Reference in a new issue