From a21f7a7520d6b7335457fbac606e06c6c6090e7b Mon Sep 17 00:00:00 2001 From: Fabien Winkler Date: Tue, 16 Jan 2024 11:52:39 +0100 Subject: [PATCH] ci: update test script --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5635f93..1724376 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,8 @@ "dev:docs": "cd docs/ && npm run start", "build": "tsc && vite build", "preview": "vite preview", - "test": "npm run test:unit", - "test:unit": "vitest run", - "test:unit:watch": "vitest dev", + "test": "vitest run", + "test:watch": "vitest dev", "format": "prettier src/**/*.ts --write", "lint": "npx eslint src/**", "build:api": "npx typedoc --gitRevision master --excludePrivate --plugin typedoc-plugin-markdown --out docs/docs/api src/**/*.ts",