mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
ci(build): 💚 Add bunfig.toml to package directory
This commit is contained in:
parent
4542750159
commit
2739c8043a
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- uses: oven-sh/setup-bun@v1
|
||||
|
||||
- name: Create bunfig.toml with NPM token (GitHub Secrets)
|
||||
run: echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = \"${{ secrets.NPM_TOKEN }}\" }" > bunfig.toml
|
||||
run: cd ${{ github.event.inputs.package }} && echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = \"${{ secrets.NPM_TOKEN }}\" }" > bunfig.toml
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue