From 9f3cc512cfb880353835d39fb593a9c71cfc1aef Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Wed, 18 Dec 2024 15:10:48 +0100 Subject: [PATCH] chore: add script for testing --- .github/workflows/test.yml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2c1d260..f20af63f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: run: pnpm build - name: Cypress run - run: pnpm run cy:components + run: pnpm run test - name: Upload Cypress artifacts if: failure() diff --git a/package.json b/package.json index 1e5ea34c..86bf5cf2 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "scripts": { "dev": "vite build --watch", "playground": "pnpm run --filter ./playground/vue dev", + "test": "pnpm run cy:components", "build": "vite build ", "lint": "eslint .", "lint:fix": "eslint . --fix",