mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(build): 💚 Fix CI build
This commit is contained in:
parent
5f5bdc80c6
commit
5b2bdffd65
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue