diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index d71a03b9f..000000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -yarn commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index d399ecc2a..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -yarn build:affected && yarn lint-staged diff --git a/packages/voice/src/index.ts b/packages/voice/src/index.ts index da3df86dd..b1d8bf570 100644 --- a/packages/voice/src/index.ts +++ b/packages/voice/src/index.ts @@ -25,4 +25,4 @@ export { type JoinConfig, getVoiceConnection, getVoiceConnections, getGroups } f * that you are currently using. */ // This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild -export const version: string = '[VI]{{inject}}[/VI]' as string; +export const version = '[VI]{{inject}}[/VI]' as string;