package-build.sh 95 B

123456789
  1. #!/bin/bash
  2. cd ../../web-app
  3. ng build --prod --base-href /console/
  4. cd ..
  5. mvn clean package