Remove yarn lint from deploy.sh - 1.149

This commit is contained in:
Brandon Presley 2023-08-22 10:01:21 +12:00
parent dd609a20e5
commit bd9746bddb
3 changed files with 3 additions and 4 deletions

View File

@ -85,8 +85,8 @@ android {
applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36174
versionName "1.148"
versionCode 36175
versionName "1.149"
}
signingConfigs {
release {

View File

@ -25,7 +25,6 @@ sed -i "s/\"version\": \"[0-9]*.[0-9]*\"/\"version\": \"$major.$minor\"/" ../pac
if [ "$1" != "-n" ]; then
yarn tsc
yarn lint
./gradlew bundleRelease
bundle install
bundle exec fastlane supply --aab app/build/outputs/bundle/release/app-release.aab

View File

@ -1,6 +1,6 @@
{
"name": "massive",
"version": "1.148",
"version": "1.149",
"private": true,
"license": "GPL-3.0-only",
"scripts": {