This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/backend/Makefile

11 lines
112 B
Makefile
Raw Normal View History

2018-09-20 16:44:46 +00:00
node_modules:
npm install
.PHONY: build
build:
npm run-script build
2018-09-20 16:50:15 +00:00
.PHONY: start
start:
node dist/main.js