conf (makefile): default rule in project Makefile

This commit is contained in:
= 2019-04-03 15:16:32 +11:00
parent 0127fa2c02
commit d046027bd9

View file

@ -1,3 +1,6 @@
all:
make build_backend
build_frontend:
NODE_ENV=production npm run build