mirror of
https://github.com/versia-pub/api.git
synced 2025-12-07 00:48:19 +01:00
ci(build): 💚 try and fix CI, again
This commit is contained in:
parent
cedf94e2d6
commit
92a1d82c8b
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = \"${{ secrets.NPM_TOKEN }}\" }" > bunfig.toml
|
run: echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = \"${{ secrets.NPM_TOKEN }}\" }" > bunfig.toml
|
||||||
|
|
||||||
- name: Copy bunfig.toml to package directory
|
- 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
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|
|
||||||
BIN
client/bun.lockb
BIN
client/bun.lockb
Binary file not shown.
Loading…
Reference in a new issue