diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 668e429..0137cc9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: run: echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = \"${{ secrets.NPM_TOKEN }}\" }" > bunfig.toml - name: Copy bunfig.toml to package directory - run: cp bunfig.toml ${{ github.event.inputs.package }}/bunfig.toml + run: cd ${{ github.event.inputs.package }} && cp ../bunfig.toml . - name: Install dependencies run: bun install --frozen-lockfile diff --git a/client/bun.lockb b/client/bun.lockb deleted file mode 100755 index b9a516d..0000000 Binary files a/client/bun.lockb and /dev/null differ