build: Add start and watch commands

This commit is contained in:
Alexander Polynomdivision
2018-09-20 18:50:15 +02:00
parent 08d8c2c562
commit 466e5a3107
3 changed files with 14 additions and 0 deletions

View File

@@ -4,3 +4,7 @@ node_modules:
.PHONY: build
build:
npm run-script build
.PHONY: start
start:
node dist/main.js