all: package
package: 
	cd ./server/ && cnpm install
start:
	pm2 startOrRestart deploy.json
restart:
	pm2 restart yohobuy-portal