diff --git a/.husky/pre-push b/.husky/pre-push index 1ae868c..9fb61f7 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -2,5 +2,5 @@ . "$(dirname "$0")/_/husky.sh" pnpm install --frozen-lockfile -pnpm run build:check +pnpm run type pnpm run test diff --git a/package.json b/package.json index ac94e01..2c8f1e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "distube", - "version": "5.0.1", + "version": "5.0.2", "description": "A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.", "main": "./dist/index.js", "types": "./dist/index.d.ts",