mirror of
https://github.com/4513echo/obsidian-embed-plus.git
synced 2026-07-22 06:55:40 +00:00
ci: Add build script
This commit is contained in:
parent
d6a47ed936
commit
498552b21b
3 changed files with 3 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -14,4 +14,4 @@ jobs:
|
|||
- uses: voidzero-dev/setup-vp@v1
|
||||
with:
|
||||
cache: true
|
||||
- run: vp check
|
||||
- run: vp run check
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsgo && vp build --mode prod",
|
||||
"prepare": "vp config"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue