ci: Add build script

This commit is contained in:
4513ECHO 2026-05-24 18:34:23 +09:00
parent d6a47ed936
commit 498552b21b
No known key found for this signature in database
GPG key ID: 3A5BDFC6E5C365DD
3 changed files with 3 additions and 2 deletions

View file

@ -14,4 +14,4 @@ jobs:
- uses: voidzero-dev/setup-vp@v1
with:
cache: true
- run: vp check
- run: vp run check

View file

@ -16,7 +16,7 @@ jobs:
- uses: voidzero-dev/setup-vp@v1
with:
cache: true
- run: vp build --mode prod
- run: vp run build
- name: Validate version
id: validate
run: |

View file

@ -3,6 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "tsgo && vp build --mode prod",
"prepare": "vp config"
},
"dependencies": {