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