fix(build): 💚 Fix CI build

This commit is contained in:
Jesse Wierzbinski 2024-06-07 14:46:50 -10:00
parent 5f5bdc80c6
commit 5b2bdffd65
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

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

BIN
bun.lockb

Binary file not shown.

View file

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