jenkins-dev.sh 151 B

12345678
  1. #!/bin/bash
  2. pwd
  3. yarn
  4. npm run build:dev
  5. rm -rf ~/project/examcloud/static/student-client/dist/*
  6. cp -r dist ~/project/examcloud/static/student-client/