Add a rund recipe and remove the interfaces dependency
This commit is contained in:
parent
0eaaa4a94d
commit
e83c097e98
1 changed files with 4 additions and 1 deletions
5
makefile
5
makefile
|
|
@ -14,7 +14,7 @@ BIN := $(shell $(PACKAGE_MANAGER) bin)
|
|||
.PHONY: $(OUT_DIR) dev prod run interfaces
|
||||
|
||||
|
||||
$(OUT_DIR): interfaces
|
||||
$(OUT_DIR):
|
||||
tsc --outDir $(OUT_DIR)
|
||||
|
||||
interfaces:
|
||||
|
|
@ -28,5 +28,8 @@ dev: $(OUT_DIR)
|
|||
prod: $(OUT_DIR)
|
||||
NODE_ENV=production $(NODE) $(OUT_DIR)/main.js
|
||||
|
||||
rund:
|
||||
NODE_ENV=development $(NODE) $(OUT_DIR)/main.js
|
||||
|
||||
run:
|
||||
NODE_ENV=production $(NODE) $(OUT_DIR)/main.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue