mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Tried to use ts to catch bugs, it's pretty useless for now.
This commit is contained in:
parent
e9d58d6140
commit
3cb662bc92
11 changed files with 2631 additions and 2116 deletions
|
@ -27,6 +27,8 @@ echo "\"$versionCode\"" > src/version.json
|
|||
# remove all exif metadata from pictures, because i think fdroid doesn't like that. odd
|
||||
find -name '*.jp*g' -o -name '*.png' | xargs exiftool -all=
|
||||
|
||||
npx prettier --write src/
|
||||
|
||||
npm run build
|
||||
|
||||
rm -rf ./app/src/main/assets/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue