Makefile 134 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 all: package package: cd ./server/ && cnpm install start: pm2 startOrRestart deploy.json restart: pm2 restart yohobuy-portal