diff --git a/.husky/pre-commit b/.husky/pre-commit index 0a05b21..610c2a5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm run dev:test +npm test diff --git a/.vscode/settings.json b/.vscode/settings.json index 3cb46bb..3245f5f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,8 @@ }, "[css]": { "editor.defaultFormatter": "biomejs.biome" - } + }, + "conventionalCommits.scopes": [ + "commitlint" + ] } \ No newline at end of file diff --git a/package.json b/package.json index 3a79125..ff36e35 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dev:react": "npm run dev --workspace=examples/react", "dev:package": "npm run dev --workspace=packages/handsign-multilingual", "build:package": "npm run build --workspace=packages/handsign-multilingual", - "test": "echo 1;", + "test": "", "prepare": "husky install" }, "version": "1.0.0",