Skip to content

Commit

Permalink
ci: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
titsex committed Sep 16, 2024
1 parent 08d8f04 commit ea835ee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit ea835ee

Please sign in to comment.