From 93dbaf583c80956e7226007f2ed74d33a6771c99 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Tue, 3 Sep 2024 00:01:36 +0300 Subject: [PATCH] fix: script --- package.json | 4 ++-- packages/better-auth/package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a1a241f030..5f789e077d 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "format": "biome format . --write", "lint": "biome check .", "lint:fix": "biome check . --apply", - "release": "bumpp && build && pnpm -r publish --access public", - "release:beta": "bumpp && build && pnpm -r publish --access public --tag beta", + "release": "pnpm build && bumpp && pnpm -r publish --access public", + "release:beta": "pnpm build && bumpp && pnpm -r publish --access public --tag beta", "test": "turbo --filter \"./packages/*\" test", "typecheck": "turbo --filter \"./packages/*\" typecheck", "knip": "turbo --filter \"./packages/*\" knip" diff --git a/packages/better-auth/package.json b/packages/better-auth/package.json index 1abc292fce..0dd667c93b 100644 --- a/packages/better-auth/package.json +++ b/packages/better-auth/package.json @@ -1,5 +1,6 @@ { "name": "better-auth", + "version": "0.1.0", "description": "Framework-agnostic, batteries included authentication library for typescript", "type": "module", "scripts": { @@ -94,5 +95,5 @@ }, "files": [ "dist/*" - ],"version": "0.1.0" + ] } \ No newline at end of file