mirror of https://github.com/OpenVidu/openvidu.git
6 lines
136 B
Bash
6 lines
136 B
Bash
![]() |
#!/bin/sh
|
||
|
cd frontend
|
||
|
ng build --prod --output-path ../../main/resources/static
|
||
|
cd ../../../
|
||
|
mvn -DskipTests=true clean compile package
|