diff --git a/package.json b/package.json index 9c668ca..02ef30f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test": "vitest run", "test:watch": "vitest watch", "validate": "npm run fmt:check && npm run lint && npm run types && npm run test", - "release": "npm run validate && npm run prepack && changelogen --release && npm publish && git push --follow-tags" + "release": "npm run validate && npm run prepack && changelogen --release && npm publish" }, "dependencies": { "@nuxt/kit": "^3.9.0",