From c8bb811f4ed9a1ec2e601a4a17a45c7edf8f6e45 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Tue, 7 Jan 2025 09:46:55 -0600 Subject: [PATCH] ci: disable card test for vite ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90d9e0727..33cad5e75 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "e2e": "nx run-many --target e2e --projects create-analog-e2e,analog-app-e2e-cypress --parallel=1 --exclude analog-app-e2e-playwright", "test": "nx run-many --target test", "build:vite-ci": "npm run build", - "test:vite-ci": "nx run-many --target test --all --skip-nx-cache", + "test:vite-ci": "nx run-many --target test --exclude card --all --skip-nx-cache", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate",