From 34207aafc2ef1d33fc17e95aa58c8698ad2f03d4 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 17 Mar 2023 21:06:44 +0530 Subject: [PATCH] test: replace test-init by test-init-build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25a4980b..7987413a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "format": "prettier --check --write .", "format-fail": "prettier --check .", "check": "run-s format-fail build test", - "test": "run-s test-unit test-e2e test-e2e-build test-init", + "test": "run-s test-unit test-e2e test-e2e-build test-init-build", "test-unit": "vitest run -r __tests__/unit", "test-e2e": "vitest run -r __tests__/e2e", "test-e2e-build": "VITE_TEST_BUILD=1 pnpm test-e2e",