mirror of
https://github.com/DungeonPaper/dungeon-paper-app.git
synced 2026-05-17 17:58:11 +00:00
build: add web publish script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -54,3 +54,4 @@ GoogleService-Info.plist
|
||||
.firebaserc
|
||||
# FVM
|
||||
.fvm/flutter_sdk
|
||||
.firebase/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user