diff --git a/scripts/prepare-web.sh b/scripts/prepare-web.sh index 70b15a246..c53136a37 100755 --- a/scripts/prepare-web.sh +++ b/scripts/prepare-web.sh @@ -1,5 +1,7 @@ #!/bin/sh -ve rm -r assets/js/package +mkdir -p assets/js/package +touch assets/js/package/.gitkeep OLM_VERSION=$(cat pubspec.yaml | yq .dependencies.flutter_olm) DOWNLOAD_PATH="https://github.com/famedly/olm/releases/download/v$OLM_VERSION/olm.zip"