fix: script

This commit is contained in:
Bereket Engida
2024-09-03 00:01:36 +03:00
parent d183841a63
commit 93dbaf583c
2 changed files with 4 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"
]
}