6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
cd frontend
|
|
ng build --prod --output-path ../../main/resources/static
|
|
cd ../../../
|
|
mvn -DskipTests=true clean compile package
|