diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c440b8b..bd585dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,4 +14,4 @@ jobs: - uses: voidzero-dev/setup-vp@v1 with: cache: true - - run: vp check + - run: vp run check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4fe9ac..1e811b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/package.json b/package.json index 98fe8c1..d3fdcfd 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "private": true, "type": "module", "scripts": { + "build": "tsgo && vp build --mode prod", "prepare": "vp config" }, "dependencies": {