move to workspaces

This commit is contained in:
geoffsee
2025-06-30 14:08:53 -04:00
committed by Geoff Seemueller
parent c282d80fe0
commit 75cbd5567f
23 changed files with 555 additions and 82 deletions

View File

@@ -17,6 +17,6 @@ jobs:
run: bun install --frozen-lockfile
- name: Publish
run: bun publish
run: cd packages/toak; bun publish
env:
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}