diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9200b48..be7607d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: run: 'sed -i ''s/"version": ".*"/"version": "${{ github.event.inputs.version }}"/'' package.json ${{ github.event.inputs.package }}/package.json ${{ github.event.inputs.package }}/jsr.jsonc' - name: CD to package directory - run: cd ${{ github.event.inputs.package }} + run: cd ${{ github.event.inputs.package }} && bun install --frozen-lockfile - name: Patch Bunpublish to not break run: sed -i --follow-symlinks 's/getHeapStatistics().heap_size_limit/99999999/g' "node_modules/@npmcli/arborist/lib/packument-cache.js" diff --git a/bun.lockb b/bun.lockb index 6746d4b..5610c97 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f52dbc0..55d1e02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lysand-api", "private": true, - "workspaces": ["federation"], + "workspaces": ["federation", "client"], "scripts": { "lint": "bunx @biomejs/biome check .", "build": "bun run build.ts"