feat(peers): changed build script
This commit is contained in:
parent
788a70fc62
commit
d86b0939f7
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ function build_api(){
|
|||
cp -R ../peers ../${destination}
|
||||
cd ../${destination}
|
||||
cp -R ../assist/utils .
|
||||
cp ../sourcemap-reader/utils/health.js ./utils/.
|
||||
# Copy enterprise code
|
||||
[[ $1 == "ee" ]] && {
|
||||
cp -rf ../ee/peers/* ./
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue