From ea835ee456a949c18f11984d32acc14a0d19fbf3 Mon Sep 17 00:00:00 2001 From: titsex Date: Mon, 16 Sep 2024 16:41:05 +0300 Subject: [PATCH] ci: fix test script --- package.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 5cc3a4d..6482663 100644 --- a/package.json +++ b/package.json @@ -9,27 +9,18 @@ "directories": { "lib": "src" }, - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "format": "biome format ./src", "lint": "biome lint ./src", "build": "tsc && tsup", - "test": "node --env-file=.env ./node_modules/vitest/vitest.mjs run --coverage --no-file-parallelism" + "test": "vitest run --coverage --no-file-parallelism" }, "repository": { "type": "git", "url": "git+https://github.com/titsex/distube-vk-music-plugin.git" }, - "keywords": [ - "distube", - "plugin", - "vk", - "music", - "vkmusic", - "discord" - ], + "keywords": ["distube", "plugin", "vk", "music", "vkmusic", "discord"], "bugs": { "url": "https://github.com/titsex/distube-vk-music-plugin/issues" },