build: add web publish script

This commit is contained in:
2023-12-05 02:13:06 +02:00
parent b48e2759f2
commit fb53658616
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -54,3 +54,4 @@ GoogleService-Info.plist
.firebaserc
# FVM
.fvm/flutter_sdk
.firebase/

View File

@@ -47,6 +47,9 @@ scripts:
- name: build:web:all
cmd: build:web:app
description: 'Alias for: Build Web app'
- name: publish:web
cmd: firebase deploy --only hosting
description: Publish web version using Firebase (requires build)
# All
- name: build:all
cmd: build:android:all && build:ios:all && build:macos:all && build:web:all