Makefile 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 all: package spmpackage gulptask package: cd ./server/ && cnpm install -d cd ./client && cnpm install -d spmpackage: cd ./client && spm install gulptask: cd ./client && gulp build start: pm2 startOrRestart deploy.json restart: pm2 restart yohobuy-portal