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