mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
fix: script
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user