Makefile 254 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 cd ./client && cnpm install spmpackage: cd ./client && spm install gulptask: cd ./client && gulp build start: pm2 startOrRestart deploy.json restart: pm2 restart yohobuy-portal