ci(build): 💚 Add bunfig.toml to package directory

This commit is contained in:
Jesse Wierzbinski 2024-06-07 15:04:22 -10:00
parent 4542750159
commit 2739c8043a
No known key found for this signature in database

View file

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