diff --git a/package.json b/package.json index cf9dfa2..cd9b6c8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", - "release": "yarn prepack && npm publish", + "release": "yarn lint && yarn prepack && changelogen --release --push && npm publish", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest run", diff --git a/yarn.lock b/yarn.lock index 8cd19b0..a49b75b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5616,11 +5616,6 @@ is-text-path@^2.0.0: dependencies: text-extensions "^2.0.0" -is-unicode-supported@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" - integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== - is-wsl@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"