From 318016a3c1508546734fc0971869338c2be43c4e Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:25:24 +0530 Subject: [PATCH] update script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e452beace5ab..66423661c2ba 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "build-node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild", "format": "prettier --check --write .", "format-fail": "prettier --check .", - "check": "run-s format-fail docs-build test", - "test": "run-p test-unit test-serve test-build", + "check": "run-s format-fail build test", + "test": "run-p --aggregate-output test-unit test-serve test-build", "test-unit": "vitest run -r __tests__/unit", "test-serve": "vitest run -r __tests__/e2e", "test-build": "VITE_TEST_BUILD=1 vitest run -r __tests__/e2e",