auto build

This commit is contained in:
jxxghp
2023-08-19 23:38:43 +08:00
parent e8e68e0195
commit 5e74b26c52
2 changed files with 21 additions and 16 deletions
+5
View File
@@ -2,6 +2,11 @@ name: Build moviepilot frontend
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- main
paths:
- package.json
jobs: jobs:
build: build:
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.0.2", "version": "1.0.3",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",