mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
chore: remove changeset ci
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"better-auth": patch
|
||||
---
|
||||
|
||||
fix: await `ctx` in middleware
|
||||
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -11,10 +11,6 @@ on:
|
||||
- 'v**'
|
||||
merge_group: {}
|
||||
|
||||
env:
|
||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||
TURBO_TEAM: ${{ vars.TURBO_TEAM || github.repository_owner }}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -62,10 +58,6 @@ jobs:
|
||||
TURBO_REMOTE_ONLY: true
|
||||
run: pnpm lint
|
||||
|
||||
- name: Check for Changesets
|
||||
if: ${{ !startsWith(github.head_ref, 'changeset-release/') && !startsWith(github.ref_name, 'changeset-release/') }}
|
||||
run: pnpm changeset status --since origin/main
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||
@@ -81,3 +73,4 @@ jobs:
|
||||
|
||||
- name: Stop Docker Containers
|
||||
run: docker compose down
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
"release:canary": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag canary --no-git-checks",
|
||||
"bump": "bumpp",
|
||||
"test": "turbo --filter \"./packages/*\" test",
|
||||
"typecheck": "turbo --filter \"./packages/*\" typecheck",
|
||||
"changelog:check": "changeset status"
|
||||
"typecheck": "turbo --filter \"./packages/*\" typecheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@biomejs/biome": "1.7.3",
|
||||
|
||||
Reference in New Issue
Block a user