diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49cfa64..791c5d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,4 +26,4 @@ jobs: run: pnpm install --frozen-lockfile - name: Test - run: pnpm run all:test \ No newline at end of file + run: pnpm run all:build && pnpm run all:test \ No newline at end of file diff --git a/package.json b/package.json index 098ff94..7bd97d0 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "vitepress": "^1.3.4" }, "scripts": { + "all:build": "pnpm -r build", "all:test": "pnpm -r test", "create": "jiti ./cli.ts", "docs:dev": "vitepress dev .",