run.sh 373 B

12345678910111213141516
  1. #!/bin/sh
  2. #cd /www/company/egg-example
  3. #pwd && ls -la
  4. ##npm cache clean --force
  5. #rm -rf node_modules package-lock.json logs run
  6. #npm install --registry=https://registry.npm.taobao.org
  7. #npm run dev
  8. cd /www/test-node
  9. pwd && ls -la
  10. #npm cache clean --force
  11. #rm -rf node_modules package-lock.json logs run
  12. #npm install --registry=https://registry.npm.taobao.org
  13. npm run dev