build: return .gitkeep file after removing assets to prevent Git see the deletion
This commit is contained in:
parent
1e01ba0e19
commit
4d62039dd4
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue