ci(build): 💚 try and fix CI, again

This commit is contained in:
Jesse Wierzbinski 2024-06-07 15:25:46 -10:00
parent cedf94e2d6
commit 92a1d82c8b
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

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

Binary file not shown.