From 74f452c0ecc5e2e7ffed5c7d7829f1610d5b5dfc Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 7 Nov 2023 13:56:20 +0000 Subject: [PATCH] chore: add playground type test --- .github/workflows/ci.yml | 3 +++ package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a75aa25..e89a0ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,3 +67,6 @@ jobs: # - name: Test types # run: pnpm test:types + + # - name: Test playground types + # run: pnpm test:types:playground diff --git a/package.json b/package.json index 47e0417c..58029776 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "lint": "eslint .", "test": "vitest run", "test:types": "vue-tsc --noEmit", + "test:types:playground": "cd playground && vue-tsc --noEmit", "test:watch": "vitest watch" }, "dependencies": {