From e92eb6bb90e340ca64147c22c04995f9c0aa2afe Mon Sep 17 00:00:00 2001 From: notaphplover Date: Wed, 16 Oct 2024 22:01:05 +0200 Subject: [PATCH] chore: add publish npm script --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 0bc8a524..f9b3c4aa 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,8 @@ "format": "turbo run format", "lint": "turbo run lint", "prepare": "husky", + "prerelease": "pnpm run build", + "release": "changeset publish", "test:integration:js": "turbo test:integration:js", "test:js": "turbo run test:js", "test:js:coverage": "turbo run test:js:coverage",