mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix(build): Add frontend build step to dev release process (#219)
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ build_dev: hash_resource
|
||||
frontend:
|
||||
cd ui && npm ci && npm run build:device
|
||||
|
||||
dev_release: build_dev
|
||||
dev_release: frontend build_dev
|
||||
@echo "Uploading release..."
|
||||
@shasum -a 256 bin/jetkvm_app | cut -d ' ' -f 1 > bin/jetkvm_app.sha256
|
||||
rclone copyto bin/jetkvm_app r2://jetkvm-update/app/$(VERSION_DEV)/jetkvm_app
|
||||
|
||||
Reference in New Issue
Block a user